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 dd9bdab commit 130d143Copy full SHA for 130d143
CodeQL.yaml
@@ -5,10 +5,9 @@
5
6
path_classifiers:
7
test:
8
- # All sub-directories are automatically matched. For example: test/ matches anything in the directory and all its subdirectories.
+ # All sub-directories are automatically matched. For example: test matches anything in the directory and all its subdirectories.
9
# Do not add /** wildcard at the end of a directory path.
10
- - "test/"
11
- - "perf/"
+ - "test"
+ - "benchmark"
12
docs:
13
- - "docs/"
14
- - "samples/"
+ - "docs"
0 commit comments