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 0535db9 commit 4652dd3Copy full SHA for 4652dd3
src/main/scripts/ci/check-build-and-verify.sh
@@ -52,7 +52,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
52
find src -type f -name '*.html' | xargs bootlint \
53
>bootlint.log 2>&1 || BOOTLINT_STATUS=fail
54
55
- rflint --error=all --ignore TooFewKeywordSteps --ignore TooManyTestSteps --configure LineTooLong:130 src/test/robotframework \
+ rflint --error=all --ignore TooFewKeywordSteps --ignore TooManyTestSteps --ignore TooManyTestCases --configure LineTooLong:130 src/test/robotframework \
56
>rflint.log 2>&1 || RFLINT_STATUS=fail
57
58
mvn --batch-mode jasmine:test \
0 commit comments