From: Bartek Grzybowski Date: Tue, 15 Dec 2020 09:46:51 +0000 (+0100) Subject: Setup robot linter X-Git-Tag: 1.7.3~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c986f6380faf156e04bea56c8af7ade884c16eeb;p=testsuite.git Setup robot linter Checked path was aligned with JJB Ignore RequireKeywordDocumentation and RequireTestDocumentation errors Change-Id: Id6b878d2e80550493fcf52e099b403c54ba92ca8 Issue-ID: TEST-285 Signed-off-by: Bartek Grzybowski --- diff --git a/tox.ini b/tox.ini index 7e21fb89..c06bb465 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = [testenv:robot] deps = robotframework-lint -dirs = robot +dirs = robot/testsuites/usecases commands = - python -m rflint --ignore LineTooLong -r {[testenv:robot]dirs} + python -m rflint --ignore LineTooLong --ignore RequireKeywordDocumentation --ignore RequireTestDocumentation -r {[testenv:robot]dirs}