소스 검색

Update landscape config

Ask Solem 8 년 전
부모
커밋
ee277e6108
1개의 변경된 파일16개의 추가작업 그리고 2개의 파일을 삭제
  1. 16 2
      .landscape.yml

+ 16 - 2
.landscape.yml

@@ -1,6 +1,5 @@
-doc-warnings: true
+doc-warnings: false
 test-warnings: false
-strictness: low
 max-line-length: 79
 uses:
     - kombu
@@ -15,3 +14,18 @@ ignore-paths:
 python-targets:
     - 2
     - 3
+pep8:
+    full: true
+    disable:
+        - N806
+        - N802
+        - N801
+        - N803
+pyroma:
+    run: true
+pylint:
+    disable:
+        - missing-docstring
+        - too-many-arguments
+        - too-many-locals
+        - redefined-builtin