diff options
author | Jeff Quast <jquast@io.com> | 2015-04-09 23:43:01 -0700 |
---|---|---|
committer | Jeff Quast <jquast@io.com> | 2015-04-09 23:43:01 -0700 |
commit | ce159215c4b78b4f06b280810500b06c16c06f16 (patch) | |
tree | bb5bd3d71479cdad5bc6b552e55509ec2f0e442a | |
parent | 394fd67beee4bdad33b89d2679222f29eb79f6e3 (diff) | |
download | blessings-ce159215c4b78b4f06b280810500b06c16c06f16.tar.gz |
ignore fabfile.py for static analysis
-rw-r--r-- | .prospector.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.prospector.yaml b/.prospector.yaml index 8303a5f..75aadea 100644 --- a/.prospector.yaml +++ b/.prospector.yaml @@ -8,6 +8,8 @@ ignore-patterns: - ^bin/ - ^blessings/tests/ - ^tools/ + # not maintained + - ^fabfile.py test-warnings: true |