Skip to content

Commit 0baa624

Browse files
committed
Adjust licence check command
* Exclude vsce-sign packages which have a misconfigured Microsoft Software license * Allow EPL-2.0 which is compatible with company practices
1 parent c0868e5 commit 0baa624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@
10041004
"vscode-tmgrammar-test": "0.1.3"
10051005
},
10061006
"scripts": {
1007-
"check-licenses": "npx license-checker-rseidelsohn --summary --onlyAllow \"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BlueOak-1.0.0;CC0-1.0;GPL-3.0;GPL-3.0-or-later;ISC;MIT;Python-2.0;Zlib\"",
1007+
"check-licenses": "npx license-checker-rseidelsohn --summary --onlyAllow \"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BlueOak-1.0.0;CC0-1.0;GPL-3.0;GPL-3.0-or-later;ISC;MIT;Python-2.0;Zlib;EPL-2.0\" --excludePackages \"@vscode/vsce-sign-linux-x64;@vscode/vsce-sign\"",
10081008
"vscode:prepublish": "npm run esbuild-base -- --minify --sourcemap",
10091009
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/src/extension.js --external:vscode --format=cjs --platform=node",
10101010
"compile": "node ./node_modules/typescript/bin/tsc",

0 commit comments

Comments
 (0)