Skip to content

Feature idea: Suppress warnings #7

@mjacobus

Description

@mjacobus

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: ignore
def actually_used_method
end

Or something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions