Skip to content

Commit

Permalink
Add CodeQL to recognised languages
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Feb 8, 2022
1 parent e250829 commit 46d524b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
1 change: 1 addition & 0 deletions LANGUAGES.md
Expand Up @@ -41,6 +41,7 @@ ClojureScript (cljs)
Closure Template (soy)
CMake (cmake,cmakelists.txt)
COBOL (cob,cbl,ccp,cobol,cpy)
CodeQL (ql,qll)
CoffeeScript (coffee)
Cogent (cogent)
ColdFusion (cfm)
Expand Down
43 changes: 43 additions & 0 deletions languages.json
Expand Up @@ -1004,6 +1004,49 @@
"multi_line": [],
"quotes": []
},
"CodeQL": {
"complexitychecks": [
"and ",
"or ",
"implies ",
"if ",
"else ",
"not ",
"instanceof ",
"in ",
"exists(",
"forall( ",
"avg(",
"concat(",
"count(",
"max(",
"min(",
"rank(",
"strictconcat(",
"strictcount(",
"strictsum(",
"sum("
],
"extensions": [
"ql",
"qll"
],
"line_comment": [
"//"
],
"multi_line": [
[
"/*",
"*/"
]
],
"quotes": [
{
"end": "\"",
"start": "\""
}
]
},
"CSS": {
"complexitychecks": [
"for ",
Expand Down
4 changes: 2 additions & 2 deletions processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 46d524b

Please sign in to comment.