Skip to content

Commit 4218fea

Browse files
committed
bump max number of robot test cases in linter before warning
1 parent ede293e commit 4218fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"TooFewKeywordSteps:0",
2929
"TooFewTestSteps:1",
3030
"TooManyTestSteps:30",
31-
"TooManyTestCases:13",
31+
"TooManyTestCases:30",
3232
]
3333

3434
RFLINT_IGNORES = [

0 commit comments

Comments
 (0)