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
This rule is causing confusion, it collides with unused function params which are detected by the compiler.
The rationale of the rule won’t change, but we can turn its name and warning message more comprehensive:
The rule name can turn to: unnecessary_function_argument
And the warning message to: fun/4 doesn’t need it’s #4 argument
The text was updated successfully, but these errors were encountered:
This rule is causing confusion, it collides with unused function params which are detected by the compiler.
The rationale of the rule won’t change, but we can turn its name and warning message more comprehensive:
The rule name can turn to:
unnecessary_function_argument
And the warning message to:
fun/4 doesn’t need it’s #4 argument
The text was updated successfully, but these errors were encountered: