File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments