gitinspector/.pylintrc
Adam Waldenberg 6a54e5bfc6 Added some additional settings to .pylintrc.
These changes are needed for pylint to play nice with any gettext (GNU)
localization.
2013-06-25 14:20:15 +02:00

18 lines
218 B
INI

[REPORTS]
include-ids=yes
comment=yes
[MESSAGES CONTROL]
disable=C0111,R0801,W0232,W0603,W0622,W0702
[DESIGN]
min-public-methods=0
[FORMAT]
max-line-length=130
indent-string='\t'
[VARIABLES]
additional-builtins=_