We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab97f0 commit ad13786Copy full SHA for ad13786
src/main/scripts/ci/check-build-and-verify.sh
@@ -32,7 +32,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
32
mvn --batch-mode sortpom:verify -Dsort.verifyFail=stop >pom.log || POM_FAIL=yes
33
find src -type f -name '*.html' | xargs bootlint >bootlint.log 2>&1 || BOOTLINT_FAIL=yes
34
rflint --ignore TooFewKeywordSteps \
35
- --configure LineTooLong:110 \
36
src/test/robotframework \
37
>rflint.log 2>&1 || RFLINT_FAIL=yes
38
mvn --batch-mode jasmine:test >jasmine.log 2>&1 || JASMINE_FAIL=yes
0 commit comments