Skip to content

Commit c6401ac

Browse files
committed
check-build-and-verify.sh: unbreak build by fixing rflint rule name.
Correction for c68c36b commit. Addressed to #530
1 parent f8d77ba commit c6401ac

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
@@ -31,7 +31,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
3131
mvn --batch-mode license:check >license.log 2>&1 || LICENSE_FAIL=yes
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
34-
rflint --ignore TooFewKeywordStep src/test/robotframework >rflint.log 2>&1 || RFLINT_FAIL=yes
34+
rflint --ignore TooFewKeywordSteps src/test/robotframework >rflint.log 2>&1 || RFLINT_FAIL=yes
3535
mvn --batch-mode jasmine:test >jasmine.log 2>&1 || JASMINE_FAIL=yes
3636
# FIXME: add check for src/main/config/nginx/503.*html
3737
# TODO: remove ignoring of error about alt attribute after resolving #314

0 commit comments

Comments
 (0)