diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-15 10:46:51 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-15 10:46:51 +0100 |
commit | c986f6380faf156e04bea56c8af7ade884c16eeb (patch) | |
tree | f6d0db82e466eaf28597b728190e77a9cf0a6612 | |
parent | 4e737ebf42405c431aeba47b9381d5c85c33ad50 (diff) |
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 <b.grzybowski@partner.samsung.com>
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |