codeql-config.yml 345 B

1234567891011121314
  1. name: "My CodeQL config"
  2. queries:
  3. - uses: security-and-quality
  4. paths-ignore:
  5. - node_modules
  6. # Ignore our vendored yarn.js
  7. - jupyterlab/staging/yarn.js
  8. # Ignore templates, which generate syntax error warnings
  9. - '**/templates/*.html'
  10. - examples/federated/core_package/index.js
  11. - jupyterlab/staging/index.js
  12. - dev_mode/index.js