Skip to content

Commit a1ba2b1

Browse files
add paths to integration tests
1 parent 1a4c658 commit a1ba2b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tests/multi-language-repo/.github/codeql/custom-queries.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ queries:
2626
- name: Javascript queries
2727
uses: Anthophila/javascript-querypack/show_ifs2.ql@master
2828
- name: Python queries
29-
uses: Anthophila/python-querypack/show_ifs2.ql@second-branch
29+
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

Comments
 (0)