We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8272a98 commit 690cea4Copy full SHA for 690cea4
CodeQL.yaml
@@ -1,11 +1,13 @@
1
# CodeQL configuration file
2
#
3
# Check the following link for more information:
4
-# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines#excluding-external-libraries-test-files-generated-files-docs
+# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code#configuring-exclusion-file
5
6
path_classifiers:
7
test:
8
- - "tests/**"
9
- - "benchmark/**"
+ # All sub-directories are automatically matched. For example: tests/ matches anything in the directory and all its subdirectories.
+ # Do not add /** wildcard at the end of a directory path.
10
+ - "tests"
11
+ - "benchmark"
12
docs:
- - "docs/**"
13
+ - "docs"
0 commit comments