Browse Source

Updated pylint file

Rafał Pitoń 7 years ago
parent
commit
29e6080450
1 changed files with 13 additions and 3 deletions
  1. 13 3
      .pylintrc

+ 13 - 3
.pylintrc

@@ -1,4 +1,14 @@
-[Basic]
-disable=all
-enable=function-redefined,import-self,redefined-outer-name,reimported,return-in-init,undefined-all-variable,undefined-variable,unreachable,unused-import,unused-variable
+[MASTER]
+
+load-plugins=pylint_django
+ignore=migrations
+
+
+[MESSAGES CONTROL]
+
+disable=abstract-method,duplicate-code,invalid-name,missing-docstring,no-self-use,redefined-builtin,too-few-public-methods,too-many-ancestors,too-many-lines,too-many-public-methods,too-many-statement
+
+
+[REPORTS]
+
 reports=no
 reports=no