mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-30 17:36:27 +02:00
Add Pylint rcfile.
This commit is contained in:
parent
868a417afc
commit
d2b208ea51
1 changed files with 14 additions and 0 deletions
14
data/pylintrc
Normal file
14
data/pylintrc
Normal file
|
@ -0,0 +1,14 @@
|
|||
[MASTER]
|
||||
|
||||
disable=
|
||||
C0415,
|
||||
R0902,
|
||||
R0903,
|
||||
R0912,
|
||||
R0913,
|
||||
R0914,
|
||||
W0511,
|
||||
W1203,
|
||||
too-many-return-statements
|
||||
|
||||
good-names=i,j,x,y,a,b,c,n
|
Loading…
Add table
Add a link
Reference in a new issue