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 0a10b9f commit 727ef3dCopy full SHA for 727ef3d
src/main/scripts/ci/check-build-and-verify.sh
@@ -45,7 +45,6 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
45
find src -type f -name '*.html' | xargs bootlint >bootlint.log 2>&1 || BOOTLINT_FAIL=yes
46
rflint --error=all \
47
--ignore TooFewKeywordSteps \
48
- --ignore TooManyTestSteps \
49
--configure LineTooLong:130 \
50
src/test/robotframework \
51
>rflint.log 2>&1 || RFLINT_FAIL=yes
0 commit comments