File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# CodeQL configuration file
22#
33# 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
4+ # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code#configuring-exclusion-file
55
66path_classifiers :
77 test :
8- - " tests/**"
9- - " benchmark/**"
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.
10+ - " tests"
11+ - " benchmark"
1012 docs :
11- - " docs/** "
13+ - " docs"
You can’t perform that action at this time.
0 commit comments