From e52f4c915f99d94ccc58f1e3a5a867a4a7ce057d Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 2 Mar 2016 21:43:21 -0600 Subject: [PATCH] prospector - 'log' okay name, analyze docstrings --- dr_botzo/.prospector.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dr_botzo/.prospector.yaml b/dr_botzo/.prospector.yaml index a1058f6..4dcd596 100644 --- a/dr_botzo/.prospector.yaml +++ b/dr_botzo/.prospector.yaml @@ -1,15 +1,17 @@ +doc-warnings: true strictness: medium ignore-paths: - migrations - ignore-patterns: - \.log$ - localsettings.py$ - + - parsetab.py$ pylint: + enable: + - relative-import options: max-line-length: 120 - + good-names: log pep8: options: max-line-length: 120