Skip to content

Commit f6cdc35

Browse files
authored
CodeQL: disable C/C++ and Java/Kotlin (#805)
The default config automatically detects the languages on the repo but it complains it doesn't know how to compile our C/C++ and our Java stuff, so let's disable them for now.
2 parents 85116f8 + 6b37357 commit f6cdc35

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

codeql-config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
disable-default-queries: true
2+
3+
queries:
4+
- exclude:
5+
language: cpp
6+
- exclude:
7+
language: java
8+
- exclude:
9+
language: kotlin

0 commit comments

Comments
 (0)