You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applying IgnoreResultAction on results originating from DuplicateFileBear gives the following error
**** DuplicateFileBear [Section: duplicate | Severity: INFO] ****
! ! File /home/akshat/coala-repos/coala-tutorial/src/add.py is identical to File /home/akshat/coala-repos/coala-tutorial/src/dup_add.py
[ ] *0. Do (N)othing
[ ] 1. (O)pen file
[ ] 2. Add (I)gnore comment
[ ] Enter number (Ctrl-D to exit): 2
[ERROR][19:02:50] Failed to execute the action IgnoreResultAction with error: '/home/akshat/coala-repos/coala-tutorial/src/add.py'.
IgnoreResultAction should not even be applicable in this since DuplicateFileBear is a GlobalBear. It is applicable because of the file argument passed when it is yielded. Removing it should fix it.
The text was updated successfully, but these errors were encountered:
akshatkarani
added a commit
to akshatkarani/coala-bears
that referenced
this issue
Aug 9, 2019
Applying
IgnoreResultAction
on results originating fromDuplicateFileBear
gives the following errorIgnoreResultAction
should not even be applicable in this sinceDuplicateFileBear
is aGlobalBear
. It is applicable because of thefile
argument passed when it is yielded. Removing it should fix it.The text was updated successfully, but these errors were encountered: