Browse Source

Update prospector profile

sh4nks 10 years ago
parent
commit
f2287d1017
1 changed files with 10 additions and 1 deletions
  1. 10 1
      .landscape.yml

+ 10 - 1
.landscape.yml

@@ -1,7 +1,7 @@
 doc-warnings: false
 test-warnings: false
 strictness: veryhigh
-max-line-length: 79
+max-line-length: 80
 autodetect: yes
 requirements:
     - requirements.txt
@@ -10,8 +10,17 @@ ignore-paths:
     - migrations
     - flaskbb/configs
     - wsgi.py
+    - flaskbb/_compat.py
 pep8:
   full: true
   disable:
     - E711
     - E712
+
+pylint:
+  disable:
+    - too-few-public-methods
+    - too-many-public-methods
+    - too-many-locals
+    - invalid-name
+    - unused-argument