diff --git a/.pylintrc b/.pylintrc index 5e0c54507106001be4dc8957d072b258c9cfe868..b2a6c57165d7646e1149e4bac7bf8c6532e8b909 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,2 +1,17 @@ [MASTER] load-plugins=pylint_django +ignore=gregsite/settings +django-settings-module=gregsite.settings + +[MESSAGES CONTROL] +disable= + fixme, + import-outside-toplevel, + invalid-name, + line-too-long, + missing-class-docstring, + missing-function-docstring, + missing-module-docstring, + no-self-use, + too-few-public-methods, + too-many-ancestors,