Commit 0a39609
ci: license checker (#18)
* ci: license checker
* chore: add missing license and clearer status check
* chore: skip unused package with no license
* fix: resolve license checker issues and fix prettier formatting
- Fix trailing whitespace in .github/workflows/ci.yml
- Add BSD and 'Apache v2' to allowed licenses (alternate naming for BSD-2-Clause and Apache-2.0)
- Exclude 4 devDependencies with WTFPL license: chai-as-promised, esbuild-plugin-less, truncate-utf8-bytes, utf8-byte-length
- Exclude eslint-plugin-local-rules (local package with UNKNOWN license)
All excluded packages are devDependencies used only for testing/building and are not bundled with the extension.
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 5f38928 commit 0a39609
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2055 | 2055 | | |
2056 | 2056 | | |
2057 | 2057 | | |
| 2058 | + | |
2058 | 2059 | | |
2059 | 2060 | | |
2060 | 2061 | | |
| |||
0 commit comments