We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4c658 commit a1ba2b1Copy full SHA for a1ba2b1
tests/multi-language-repo/.github/codeql/custom-queries.yml
@@ -26,4 +26,11 @@ queries:
26
- name: Javascript queries
27
uses: Anthophila/javascript-querypack/show_ifs2.ql@master
28
- name: Python queries
29
- uses: Anthophila/python-querypack/show_ifs2.ql@second-branch
+ uses: Anthophila/python-querypack/show_ifs2.ql@second-branch
30
+
31
+# These paths are to test handling of different forms and that they don't cause errors.
32
+# Many of these files won't exist, or would be analysed anyway so the path is unnecessary.
33
+paths:
34
+ - /
35
+paths-ignore:
36
+ - "**/excluded/**"
0 commit comments