Skip to content

Commit

Permalink
tweak haskell and rust keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Dec 18, 2023
1 parent 0f46089 commit 5c34fee
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<th>465</th>
<th>7810</th>
<th>1593</th>
<th>397927</th>
<th>397931</th>
</tr><tr>
<th>Java</th>
<th>24</th>
Expand Down Expand Up @@ -453,12 +453,12 @@
</tr><tr>
<th>HTML</th>
<th>1</th>
<th>743</th>
<th>752</th>
<th>0</th>
<th>0</th>
<th>743</th>
<th>752</th>
<th>0</th>
<th>10774</th>
<th>10896</th>
</tr><tr>
<th>Hare</th>
<th>1</th>
Expand All @@ -485,7 +485,7 @@
<th>0</th>
<th>8711</th>
<th>0</th>
<th>122146</th>
<th>122149</th>
</tr><tr>
<th>Korn Shell</th>
<th>1</th>
Expand Down Expand Up @@ -742,11 +742,11 @@
<tfoot><tr>
<th>Total</th>
<th>201</th>
<th>31962</th>
<th>31971</th>
<th>3559</th>
<th>2039</th>
<th>26364</th>
<th>26373</th>
<th>2790</th>
<th>1963460</th>
<th>1963589</th>
</tr></tfoot>
</table></body></html>
16 changes: 8 additions & 8 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3192,17 +3192,16 @@
},
"Haskell": {
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"then ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
"/= ",
"== ",
"case ",
"do {",
"forall "
],
"extensions": [
"hs"
Expand Down Expand Up @@ -6288,7 +6287,8 @@
"|| ",
"&& ",
"!= ",
"== "
"== ",
"match "
],
"extensions": [
"rs"
Expand Down
2 changes: 1 addition & 1 deletion processor/constants.go

Large diffs are not rendered by default.

0 comments on commit 5c34fee

Please sign in to comment.