We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5303d commit d39b40cCopy full SHA for d39b40c
src/main/scripts/ci/check-build-and-verify.sh
@@ -143,12 +143,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
143
if [ "$RFLINT_STATUS" != 'skip' ]; then
144
rflint \
145
--error=all \
146
- --ignore TooFewTestSteps \
147
- --ignore TooManyTestSteps \
148
--ignore TooFewKeywordSteps \
149
- --ignore TooManyTestCases \
150
- --ignore RequireTestDocumentation \
151
- --ignore RequireKeywordDocumentation \
152
--configure LineTooLong:130 \
153
src/test/robotframework \
154
>rflint.log 2>&1 || RFLINT_STATUS=fail
0 commit comments