[damned-lies/technical-debt-reduction: 1/2] chore: enforce prospector analysis
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/technical-debt-reduction: 1/2] chore: enforce prospector analysis
- Date: Fri, 25 Jun 2021 07:05:45 +0000 (UTC)
commit 5836c791c93355a7f31198a867d44cff35fea78d
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date: Mon May 3 21:10:48 2021 +0200
chore: enforce prospector analysis
.prospector.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.prospector.yml b/.prospector.yml
index 3610a686..54cc82bc 100644
--- a/.prospector.yml
+++ b/.prospector.yml
@@ -1,10 +1,11 @@
inherits:
- default
- - strictness_high
+ - strictness_veryhigh
- full_pep8
output-format: grouped
test-warnings: false
+doc-warnings: false
max-line-length: 119
@@ -14,10 +15,9 @@ ignore-paths:
pylint:
disable:
- unused-argument
- - line-tool-long
- # The two elements below are under discussion and should be removed if possible.
- - arguments-differ
- - signature-differs
+ - line-too-long
+ enable:
+ - abstract-method
pep8:
disable:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]