Skip to content

Commit 5c34fee

Browse files
committed
tweak haskell and rust keywords
1 parent 0f46089 commit 5c34fee

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

SCC-OUTPUT-REPORT.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<th>465</th>
1818
<th>7810</th>
1919
<th>1593</th>
20-
<th>397927</th>
20+
<th>397931</th>
2121
</tr><tr>
2222
<th>Java</th>
2323
<th>24</th>
@@ -453,12 +453,12 @@
453453
</tr><tr>
454454
<th>HTML</th>
455455
<th>1</th>
456-
<th>743</th>
456+
<th>752</th>
457457
<th>0</th>
458458
<th>0</th>
459-
<th>743</th>
459+
<th>752</th>
460460
<th>0</th>
461-
<th>10774</th>
461+
<th>10896</th>
462462
</tr><tr>
463463
<th>Hare</th>
464464
<th>1</th>
@@ -485,7 +485,7 @@
485485
<th>0</th>
486486
<th>8711</th>
487487
<th>0</th>
488-
<th>122146</th>
488+
<th>122149</th>
489489
</tr><tr>
490490
<th>Korn Shell</th>
491491
<th>1</th>
@@ -742,11 +742,11 @@
742742
<tfoot><tr>
743743
<th>Total</th>
744744
<th>201</th>
745-
<th>31962</th>
745+
<th>31971</th>
746746
<th>3559</th>
747747
<th>2039</th>
748-
<th>26364</th>
748+
<th>26373</th>
749749
<th>2790</th>
750-
<th>1963460</th>
750+
<th>1963589</th>
751751
</tr></tfoot>
752752
</table></body></html>

languages.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3192,17 +3192,16 @@
31923192
},
31933193
"Haskell": {
31943194
"complexitychecks": [
3195-
"for ",
3196-
"for(",
31973195
"if ",
3198-
"if(",
3199-
"switch ",
3200-
"while ",
3196+
"then ",
32013197
"else ",
32023198
"|| ",
32033199
"&& ",
3204-
"!= ",
3205-
"== "
3200+
"/= ",
3201+
"== ",
3202+
"case ",
3203+
"do {",
3204+
"forall "
32063205
],
32073206
"extensions": [
32083207
"hs"
@@ -6288,7 +6287,8 @@
62886287
"|| ",
62896288
"&& ",
62906289
"!= ",
6291-
"== "
6290+
"== ",
6291+
"match "
62926292
],
62936293
"extensions": [
62946294
"rs"

processor/constants.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)