Skip to content

Commit e7ffb7c

Browse files
authored
Update CodeQL.yaml
1 parent d420185 commit e7ffb7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodeQL.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code#configuring-exclusion-file
55

66
path_classifiers:
7-
# All files and subdirectories under `tests/` and `benchmark/` will be classified as test code.
87
test:
8+
# 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.
910
- "tests/"
1011
- "benchmark/"
1112
docs:

0 commit comments

Comments
 (0)