Skip to content

Commit

Permalink
silenced some longstanding (and won't get fixed) messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Aug 23, 2022
1 parent 06b1185 commit 5af934e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ disable=
RP0801,
W0311

[DESIGN]
max-attributes=12
max-args=12
max-statements=160
max-branches=70
max-locals=40

[FORMAT]
max-line-length=200

[BASIC]
function-rgx=[a-z_][a-z0-9_]{2,50}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$|setUp$|tearDown$
method-rgx=[a-z_][a-z0-9_]{2,30}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$
Expand Down

0 comments on commit 5af934e

Please sign in to comment.