Skip to content

Commit a1ba49b

Browse files
committed
rflint: don't require tests/keywords to have Documentation.
Test and keywords are readable by themselves most of the time. Also, I noticed that the documentation that I added, is trivial and obvious, so I don't see a reason to require it. Fix build after 43b7681 commit.
1 parent a961dd2 commit a1ba49b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ if [ "$RUN_ONLY_INTEGRATION_TESTS" = 'no' ]; then
147147
--ignore TooManyTestSteps \
148148
--ignore TooFewKeywordSteps \
149149
--ignore TooManyTestCases \
150+
--ignore RequireTestDocumentation \
151+
--ignore RequireKeywordDocumentation \
150152
--configure LineTooLong:130 \
151153
src/test/robotframework \
152154
>rflint.log 2>&1 || RFLINT_STATUS=fail

0 commit comments

Comments
 (0)