Skip to content

Commit

Permalink
coafile: Remove PyUnusedCodeBear
Browse files Browse the repository at this point in the history
It seems to have gotten unreliable as it keeps suggesting

--- a/tests/java/CheckstyleBearTest.py
+++ b/tests/java/CheckstyleBearTest.py
-from coalib.settings.Setting import path, Setting
+from coalib.settings.Setting import Setting
+from coalib.settings.Setting import path
  • Loading branch information
underyx committed Sep 9, 2016
1 parent a76370d commit fec09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use_spaces = True
# will be executed sequentially; also we need the LineLengthBear to double
# check the line length because PEP8Bear sometimes isn't able to correct the
# linelength.
bears = SpaceConsistencyBear, PyUnusedCodeBear
bears = SpaceConsistencyBear
default_actions =
SpaceConsistencyBear: ApplyPatchAction,
PyUnusedCodeBear: ApplyPatchAction
Expand Down

0 comments on commit fec09fa

Please sign in to comment.