unused-parameter
rule should not trigger on override
functions
#5743
Labels
discussion
Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
New Issue Checklist
Bug Description
override
function have to perfectly match the superclass, so you cannot change or remove the parameter then.Example:
Same applies to protocol conformances, but I don't think it's possible to catch such cases unless the rule becomes an analyzer rule.
Environment
The text was updated successfully, but these errors were encountered: