Skip to content

Commit ffc91e7

Browse files
authored
Add a .CodeQL.yml file (#6695)
1 parent dc3f365 commit ffc91e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.CodeQL.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/troubleshooting/bugs/generated-library-code
2+
path_classifiers:
3+
# Everything under tests is test code
4+
test:
5+
- tests
6+
# Everything under build is generated
7+
generated:
8+
- build
9+
# Everything under 3rdparty is external libraries
10+
library:
11+
- 3rdparty

0 commit comments

Comments
 (0)