-
Notifications
You must be signed in to change notification settings - Fork 18
fix: eslint CI fixes #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: eslint CI fixes #935
Conversation
This reverts commit 97b0c04.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has checked 144 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 31 | 1 | 112 | 0 |
Click to see the invalid file list
- eslint.config.cjs
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
| - name: Verify no build changes | ||
| run: | | ||
| if ! git --no-pager diff --exit-code -- dist/; then | ||
| echo "Build output differs under dist/. Run 'npm run package' locally and commit changes." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure that builds are 100% reproducibles? Maybe just checking if there a file that has been modified more recently in the sources than in the dist would do the job? And it may be faster (I didn't check how long is the build though).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be reproducible if same node version is used (tested), the other dependencies should be pinned using package-lock.json, if this test fails, the packages should be rebuilt and if it should be rebuilt, i believe every sources should be rebuilt along with it, not just the changed files. WDYT?
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Test results for commit b670f73Test coverage for b670f73 Static code analysis report |
Unused entries in .trivyignoreImage: ghcr.io/canonical/test-foo:73ebae26eaf71e0462669ed86b00b03f1351934e-_1.0_amd64 The following CVEs are in |
1 similar comment
Unused entries in .trivyignoreImage: ghcr.io/canonical/test-foo:73ebae26eaf71e0462669ed86b00b03f1351934e-_1.0_amd64 The following CVEs are in |
Unused entries in .trivyignoreImage: ghcr.io/canonical/test:a8ba9319ad0fe10278b87cf705838818e280ccdd-_1.0_amd64 The following CVEs are in |
Applicable spec:
Overview
nccwith more modernesbuildRationale
nccbuild is brokenWorkflow Changes
Checklist
urgent,trivial,complex)