Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 5af934e

Browse files
committed
silenced some longstanding (and won't get fixed) messages
1 parent 06b1185 commit 5af934e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

pylintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ disable=
2929
RP0801,
3030
W0311
3131

32+
[DESIGN]
33+
max-attributes=12
34+
max-args=12
35+
max-statements=160
36+
max-branches=70
37+
max-locals=40
38+
39+
[FORMAT]
40+
max-line-length=200
41+
3242
[BASIC]
3343
function-rgx=[a-z_][a-z0-9_]{2,50}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$|setUp$|tearDown$
3444
method-rgx=[a-z_][a-z0-9_]{2,30}$|test_[a-zA-Z_][a-zA-Z0-9_]{2,100}$

0 commit comments

Comments
 (0)