Skip to content

Commit fee60b6

Browse files
committed
Added CodeQL configuration.
1 parent 2f3f2f9 commit fee60b6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.CodeQL.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
path_classifiers:
2+
library:
3+
# Treat source files for all compiled languages in the specs directories
4+
# as 3rd party library sources because they are not owned by us.
5+
#
6+
# Extensions from https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/.
7+
- "SPECS*/**/*.c"
8+
- "SPECS*/**/*.c++"
9+
- "SPECS*/**/*.cc"
10+
- "SPECS*/**/*.cpp"
11+
- "SPECS*/**/*.cs"
12+
- "SPECS*/**/*.cshtml"
13+
- "SPECS*/**/*.csproj"
14+
- "SPECS*/**/*.cts"
15+
- "SPECS*/**/*.cxx"
16+
- "SPECS*/**/*.go"
17+
- "SPECS*/**/*.h"
18+
- "SPECS*/**/*.h++"
19+
- "SPECS*/**/*.hh"
20+
- "SPECS*/**/*.hpp"
21+
- "SPECS*/**/*.hxx"
22+
- "SPECS*/**/*.java"
23+
- "SPECS*/**/*.kt"
24+
- "SPECS*/**/*.mts"
25+
- "SPECS*/**/*.sln"
26+
- "SPECS*/**/*.swift"
27+
- "SPECS*/**/*.ts"
28+
- "SPECS*/**/*.tsx"
29+
- "SPECS*/**/*.xaml"

0 commit comments

Comments
 (0)