We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.CodeQL.yml
1 parent dc3f365 commit ffc91e7Copy full SHA for ffc91e7
.CodeQL.yml
@@ -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