summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-04-25 14:31:02 -0700
committerJeff Quast <contact@jeffquast.com>2015-04-25 14:32:18 -0700
commit3616e10f0539859e5333349f2c81a5f54f7969c4 (patch)
tree903987a19bc4aaff529c1812ff6325b84d2c2878
parentf3ffe47f991f159e832458937299ab7c80f67cc8 (diff)
downloadblessings-3616e10f0539859e5333349f2c81a5f54f7969c4.tar.gz
ignore setup.py in prospector.yaml
-rw-r--r--.prospector.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.prospector.yaml b/.prospector.yaml
index e49da65..cf9adc1 100644
--- a/.prospector.yaml
+++ b/.prospector.yaml
@@ -8,8 +8,8 @@ ignore-patterns:
# ignore these, their quality does not so much matter.
- ^blessings/tests/
- ^tools/
- # not maintained
- - ^fabfile.py
+ # EK doesn't want setup.py checked
+ - ^setup.py
test-warnings: true