cleanup: rename unused parameters and receivers to _ #1623
Annotations
4 warnings
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint:
lint/config.go#L36
receiver name rcfg should be consistent with previous receiver name rc for RuleConfig
|
Lint:
rule/superfluous-else.go#L23
receiver name should not be an underscore, omit the name if it is unused
|
Lint:
rule/indent-error-flow.go#L22
receiver name should not be an underscore, omit the name if it is unused
|