aboutsummaryrefslogtreecommitdiff
path: root/pylintrc
blob: 8afe73073d3cdbd00aae7bc3140ace5af388c97c (plain) (blame)
1
2
3
4
5
6
7
8
[BASIC]
# Allow CamelCase method names (DBus convention)
#method-rgx=[a-zA-Z_][a-zA-Z0-9_]{2,30}$

[DESIGN]
max-args=10
max-attributes=20
min-public-methods=0