Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sort errors before printing them #520

Merged
merged 1 commit into from
Dec 21, 2024

fix: sort errors before printing them

0b6258a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: sort errors before printing them #520

fix: sort errors before printing them
0b6258a
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci completed Dec 21, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

internal/multigitter/repocounter/counter_test.go|39 col 19| unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)

Filtered Findings (0)

Annotations

Check failure on line 39 in internal/multigitter/repocounter/counter_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] internal/multigitter/repocounter/counter_test.go#L39

unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
internal/multigitter/repocounter/counter_test.go:39:19: unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
			changeFn: func(r *repocounter.Counter) {},
			               ^