prospector - 'log' okay name, analyze docstrings

This commit is contained in:
Brian S. Stephan 2016-03-02 21:43:21 -06:00
parent 91c4a44526
commit e52f4c915f
1 changed files with 5 additions and 3 deletions

View File

@ -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