Skip to content

Commit a857b86

Browse files
authored
feat(tolk/inspections): add CallArgumentsCountMismatch inspection (#138)
Fixes #137
1 parent a7988a3 commit a857b86

File tree

6 files changed

+541
-25
lines changed

6 files changed

+541
-25
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@
436436
"struct-initialization",
437437
"cannot-reassign",
438438
"need-not-null-unwrapping",
439-
"missed-semicolon"
439+
"missed-semicolon",
440+
"call-arguments-count-mismatch"
440441
]
441442
},
442443
"default": [

0 commit comments

Comments
 (0)