Skip to content

Commit ad13786

Browse files
committed
make rflint fails
1 parent 5ab97f0 commit ad13786

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
@@ -32,7 +32,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
3232
mvn --batch-mode sortpom:verify -Dsort.verifyFail=stop >pom.log || POM_FAIL=yes
3333
find src -type f -name '*.html' | xargs bootlint >bootlint.log 2>&1 || BOOTLINT_FAIL=yes
3434
rflint --ignore TooFewKeywordSteps \
35-
--configure LineTooLong:110 \
3635
src/test/robotframework \
3736
>rflint.log 2>&1 || RFLINT_FAIL=yes
3837
mvn --batch-mode jasmine:test >jasmine.log 2>&1 || JASMINE_FAIL=yes

0 commit comments

Comments
 (0)