Browse Source

Update ignored files to ignore templates

Jason Grout 4 years ago
parent
commit
03325942b8
1 changed files with 6 additions and 2 deletions
  1. 6 2
      .github/codeql/codeql-config.yml

+ 6 - 2
.github/codeql/codeql-config.yml

@@ -4,6 +4,10 @@ queries:
   - uses: security-and-quality
 
 paths-ignore:
-  - node_modules
+  # Ignore our vendored yarn.js
   - jupyterlab/staging/yarn.js
-
+  # Ignore templates, which generate syntax error warnings
+  - '**/templates/*.html'
+  - examples/federated/core_package/index.js
+  - jupyterlab/staging/index.js
+  - dev_mode/index.js