Permalink
Browse files

Don't run prospector over test packages

I don't believe we should be penalised on "application health" for
adding a bunch of clear unit test functions without docstrings.

Also, there are some py.test patterns (such as function parameters
shadowing global fixture functions) which cause pylint to whine but
which are absolutely fine in context.
  • Loading branch information...
nickstenning committed Jun 3, 2015
1 parent 07b7941 commit e32d9a098253cf32afabdca0f002a93b7d833618
Showing with 0 additions and 1 deletion.
  1. +0 −1 .prospector.yaml
View
@@ -1,6 +1,5 @@
output-format: grouped
strictness: veryhigh
test-warnings: true
doc-warnings: true
max-line-length: 79
pep8:

0 comments on commit e32d9a0

Please sign in to comment.