Skip to content

Disable the UnusedPrivateMethod smell by default #844

@troessner

Description

@troessner

Let disable the UnusedPrivateMethod smell by default. There are just too many case where this detector will give a false positive, e.g. #843 and #842 and there is no way we can fix it unless we rewrite the entire backbone of Reek to use a global class / method / whatever registry that would allow us to detect those cases.

WDYT @chastell @mvz ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions