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 d420185 commit e7ffb7cCopy full SHA for e7ffb7c
CodeQL.yaml
@@ -4,8 +4,9 @@
4
# 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
-# All files and subdirectories under `tests/` and `benchmark/` will be classified as test code.
8
test:
+ # All sub-directories are automatically matched. For example: tests/ matches anything in the directory and all its subdirectories.
9
+ # Do not add /** wildcard at the end of a directory path.
10
- "tests/"
11
- "benchmark/"
12
docs:
0 commit comments