Skip to content

Commit 0aebd58

Browse files
committed
[DO NOT MERGE] make rflint fail.
1 parent a0d611d commit 0aebd58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
3535
find src -type f -name '*.html' | xargs bootlint >bootlint.log 2>&1 || BOOTLINT_FAIL=yes
3636
rflint --error=all \
3737
--ignore TooFewKeywordSteps \
38-
--ignore TooManyTestSteps \
3938
--configure LineTooLong:130 \
4039
src/test/robotframework \
4140
>rflint.log 2>&1 || RFLINT_FAIL=yes

0 commit comments

Comments
 (0)