summary refs log tree commit diff stats
path: root/pylintrc
blob: 935c58f40dee3dc9350cc73f5d0c6e0b46103333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[BASIC]
good-names=i,j,k,n,x,y,ex,Run,_,fm,ui,fg,bg
bad-names=foo,baz,toto,tutu,tata

[DESIGN]
max-args=6
max-branches=16

[FORMAT]
max-line-length = 99
disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,broad-except,cyclic-import

[TYPECHECK]
ignored-classes=ranger.core.actions.Actions