Skip to content

Commit 1819c0d

Browse files
authored
disable codeQL for tests folders as these are not production code (#5569)
1 parent 3ce68de commit 1819c0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.CodeQL.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file configures CodeQL runs and TSA bug autofiling. For more information, see:
2+
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code
3+
# (Access restricted to Microsoft employees only.)
4+
5+
path_classifiers:
6+
refs:
7+
# The test/ directories don't contain shipping implementations of code, so they should
8+
# be excluded from analysis.
9+
- src/**/tests/*

0 commit comments

Comments
 (0)