Skip to content

Commit d39b40c

Browse files
committed
ci(rflint): remove suppression of the errors that aren't present anymore.
1 parent ea5303d commit d39b40c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/scripts/ci/check-build-and-verify.sh

-5
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,7 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
143143
if [ "$RFLINT_STATUS" != 'skip' ]; then
144144
rflint \
145145
--error=all \
146-
--ignore TooFewTestSteps \
147-
--ignore TooManyTestSteps \
148146
--ignore TooFewKeywordSteps \
149-
--ignore TooManyTestCases \
150-
--ignore RequireTestDocumentation \
151-
--ignore RequireKeywordDocumentation \
152147
--configure LineTooLong:130 \
153148
src/test/robotframework \
154149
>rflint.log 2>&1 || RFLINT_STATUS=fail

0 commit comments

Comments
 (0)