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>
 
 [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}