mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
e5137a8468
Also created a custom .pylintrc file that disables a few warnings, but for the most part, gitinspector now follows proper python guidelines.
14 lines
171 B
INI
14 lines
171 B
INI
[REPORTS]
|
|
include-ids=yes
|
|
comment=yes
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=C0111,W0232,W0603,W0702
|
|
|
|
|
|
[DESIGN]
|
|
min-public-methods=0
|
|
|
|
[FORMAT]
|
|
max-line-length=130
|
|
indent-string='\t'
|