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
Hello there. Thank you for this tool, I am having so much fun removing code today!
One nice new feature could be suppressing entries. For instance I found several false positives - mostly view helpers and presenters method calls that end up "magically" on view files.
Right now I am manually adding a comment on the methods that are marked as unused but are actually used, so next time I can quickly ignore them.
Perhaps they could be suppressed by doing something like
# zombie_scout: ignoredefactually_used_methodend
Or something.
The text was updated successfully, but these errors were encountered:
Hello there. Thank you for this tool, I am having so much fun removing code today!
One nice new feature could be suppressing entries. For instance I found several false positives - mostly view helpers and presenters method calls that end up "magically" on view files.
Right now I am manually adding a comment on the methods that are marked as unused but are actually used, so next time I can quickly ignore them.
Perhaps they could be suppressed by doing something like
Or something.
The text was updated successfully, but these errors were encountered: