Added some additional settings to .pylintrc.

These changes are needed for pylint to play nice with any gettext (GNU)
localization.
This commit is contained in:
Adam Waldenberg 2013-06-25 14:20:15 +02:00
parent b5ba665ae4
commit 6a54e5bfc6

View file

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