Skip to content

Commit

Permalink
Update .pylintrc
Browse files Browse the repository at this point in the history
*CLOUDBLD-72

Signed-off-by: Salatskyi Serhii <ssalatsk@redhat.com>
  • Loading branch information
Salatskyi Serhii committed Apr 15, 2020
1 parent cccb52c commit 668f491
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,19 @@ disable=I,
arguments-differ, # nice to have
bad-continuation, # pep8
bad-whitespace, # pep8, nice to have
invalid-name
no-self-use
comprehension-escape,
import-outside-toplevel,
invalid-name,
missing-class-docstring,
missing-docstring,
missing-function-docstring,
no-self-use,
protected-access,
redefined-outer-name,
too-many-lines,
wrong-import-order,
wrong-import-position


[REPORTS]

Expand Down

0 comments on commit 668f491

Please sign in to comment.