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
revivelib/core_internal_test.go:46:24: parameter 'file' seems to be unused, consider removing or renaming it as _
revivelib/core_internal_test.go:46:41: parameter 'arguments' seems to be unused, consider removing or renaming it as _
rule/deleteme.go:18:47: parameter 'arguments' seems to be unused, consider removing or renaming it as _
rule/datarace.go:56:7: method receiver 'w' is not referenced in method's body, consider removing or renaming it as _
rule/constant-logical-expr.go:14:7: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _
rule/constant-logical-expr.go:66:7: method receiver 'w' is not referenced in method's body, consider removing or renaming it as _
rule/deleteme.go:18:7: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _
rule/constant-logical-expr.go:75:7: method receiver 'w' is not referenced in method's body, consider removing or renaming it as _
rule/enforce-map-style.go:144:7: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _
rule/constant-logical-expr.go:84:7: method receiver 'w' is not referenced in method's body, consider removing or renaming it as _
rule/enforce-slice-style.go:168:7: method receiver 'r' is not referenced in method's body, consider removing or renaming it as _
rule/indent-error-flow.go:22:7: method receiver 'e' is not referenced in method's body, consider removing or renaming it as _
rule/superfluous-else.go:23:7: method receiver 'e' is not referenced in method's body, consider removing or renaming it as _
rule/early-return.go:25:7: method receiver 'e' is not referenced in method's body, consider removing or renaming it as _
rule/add-constant.go:108:7: method receiver 'w' is not referenced in method's body, consider removing or renaming it as _
Fix these issues in order to get no messages when running revive on its own code with the above configuration.
The text was updated successfully, but these errors were encountered:
The source code of
revive
has unused parameters and receivers.Running
revive
on its own code source with the following configurationresults in
Fix these issues in order to get no messages when running
revive
on its own code with the above configuration.The text was updated successfully, but these errors were encountered: