Skip to content

Commit

Permalink
Avoid license check complaining about test code files
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 26, 2023
1 parent bc6810d commit 4429744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rascal-vscode-extension/license-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "../LICENSE.txt",
"ignoreFile": ".gitignore",
"ignore": ["**/.DS_Store",".vscode-test","**/*.jar", "**/*.vsix", "**/*.md", ".editorconfig", ".vscodeignore", "**/*.gitignore", "**/*.svg", "webpack.config.js"],
"ignore": ["**/.DS_Store",".vscode-test","**/*.jar", "**/*.vsix", "**/*.md", ".editorconfig", ".vscodeignore", "**/*.gitignore", "**/*.svg", "webpack.config.js", "test-workspace/**/*"],
"licenseFormats": {
"js|ts": {
"prepend": "/*",
Expand Down

0 comments on commit 4429744

Please sign in to comment.