Skip to content

Commit 4652dd3

Browse files
committed
rflint: don't complain about too many test cases
1 parent 0535db9 commit 4652dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/check-build-and-verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
5252
find src -type f -name '*.html' | xargs bootlint \
5353
>bootlint.log 2>&1 || BOOTLINT_STATUS=fail
5454

55-
rflint --error=all --ignore TooFewKeywordSteps --ignore TooManyTestSteps --configure LineTooLong:130 src/test/robotframework \
55+
rflint --error=all --ignore TooFewKeywordSteps --ignore TooManyTestSteps --ignore TooManyTestCases --configure LineTooLong:130 src/test/robotframework \
5656
>rflint.log 2>&1 || RFLINT_STATUS=fail
5757

5858
mvn --batch-mode jasmine:test \

0 commit comments

Comments
 (0)