Skip to content

Commit

Permalink
[refs landscapeio/landscape-issues#72] The "unused variable" combinat…
Browse files Browse the repository at this point in the history
…ions were split in two, resulting in duplicate warnings for unused variables. This is now fixed.
  • Loading branch information
carlio committed Sep 19, 2014
1 parent fabc9cc commit d43e88c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions prospector/blender_combinations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ combinations:
- # Unused variable
- pylint: W0612
- pyflakes: FL0013
- frosted: E307

- # Mixed tabs and spaces
- pep8: E101
Expand Down Expand Up @@ -164,10 +165,6 @@ combinations:
- pyflakes: FL0009
- frosted: E305

- # local variable %r is assigned to but never used
- pyflakes: FL0013
- frosted: E307

- # pep8-naming incorrectly suggests that the first argument of a metaclass __new__ method should be 'cls'
- pylint: C0204
- pep8: N804
- pep8: N804

0 comments on commit d43e88c

Please sign in to comment.