Skip to content

Commit fd128bc

Browse files
authored
Merge pull request #317 from edoardopirovano/add-codeql
Add CodeQL to recognised languages
2 parents e250829 + 46d524b commit fd128bc

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

LANGUAGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ ClojureScript (cljs)
4141
Closure Template (soy)
4242
CMake (cmake,cmakelists.txt)
4343
COBOL (cob,cbl,ccp,cobol,cpy)
44+
CodeQL (ql,qll)
4445
CoffeeScript (coffee)
4546
Cogent (cogent)
4647
ColdFusion (cfm)

languages.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,49 @@
10041004
"multi_line": [],
10051005
"quotes": []
10061006
},
1007+
"CodeQL": {
1008+
"complexitychecks": [
1009+
"and ",
1010+
"or ",
1011+
"implies ",
1012+
"if ",
1013+
"else ",
1014+
"not ",
1015+
"instanceof ",
1016+
"in ",
1017+
"exists(",
1018+
"forall( ",
1019+
"avg(",
1020+
"concat(",
1021+
"count(",
1022+
"max(",
1023+
"min(",
1024+
"rank(",
1025+
"strictconcat(",
1026+
"strictcount(",
1027+
"strictsum(",
1028+
"sum("
1029+
],
1030+
"extensions": [
1031+
"ql",
1032+
"qll"
1033+
],
1034+
"line_comment": [
1035+
"//"
1036+
],
1037+
"multi_line": [
1038+
[
1039+
"/*",
1040+
"*/"
1041+
]
1042+
],
1043+
"quotes": [
1044+
{
1045+
"end": "\"",
1046+
"start": "\""
1047+
}
1048+
]
1049+
},
10071050
"CSS": {
10081051
"complexitychecks": [
10091052
"for ",

processor/constants.go

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)