File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
31
31
mvn --batch-mode license:check > license.log 2>&1 || LICENSE_FAIL=yes
32
32
mvn --batch-mode sortpom:verify -Dsort.verifyFail=stop > pom.log || POM_FAIL=yes
33
33
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
35
35
mvn --batch-mode jasmine:test > jasmine.log 2>&1 || JASMINE_FAIL=yes
36
36
# FIXME: add check for src/main/config/nginx/503.*html
37
37
# TODO: remove ignoring of error about alt attribute after resolving #314
You can’t perform that action at this time.
0 commit comments