Skip to content

Commit 727ef3d

Browse files
committed
[DO NOT MERGE] make rflint fail.
1 parent 0a10b9f commit 727ef3d

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
@@ -45,7 +45,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
4545
find src -type f -name '*.html' | xargs bootlint >bootlint.log 2>&1 || BOOTLINT_FAIL=yes
4646
rflint --error=all \
4747
--ignore TooFewKeywordSteps \
48-
--ignore TooManyTestSteps \
4948
--configure LineTooLong:130 \
5049
src/test/robotframework \
5150
>rflint.log 2>&1 || RFLINT_FAIL=yes

0 commit comments

Comments
 (0)