Skip to content

Commit

Permalink
Merge pull request Aiven-Open#346 from melor/pylint
Browse files Browse the repository at this point in the history
pylint: exclude no-else-raise
  • Loading branch information
ojarva authored May 17, 2019
2 parents f03f804 + 56ce52a commit 1a82e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ disable=
len-as-condition,
locally-disabled,
missing-docstring,
no-else-raise,
no-else-return,
no-self-use,
too-few-public-methods,
Expand Down

0 comments on commit 1a82e60

Please sign in to comment.