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 ?
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
Reekto use a global class / method / whatever registry that would allow us to detect those cases.WDYT @chastell @mvz ?