aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
blob: b87e779d4534726437cadd8a748c414e5f61296e (plain)
1
2
3
4
5
6
7
8
[DESIGN]
max-args = 20
max-positional-arguments = 20
max-locals = 50
max-branches = 25
max-statements = 100
max-nested-blocks = 10
max-module-lines = 1250