From c986f6380faf156e04bea56c8af7ade884c16eeb Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 15 Dec 2020 10:46:51 +0100 Subject: [PATCH] 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 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.16.6