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

chore: delete legacy allow event fields and methods #362

Merged
merged 3 commits into from
Apr 1, 2024

Merge branch 'main' into chore/drop-allowEvent-deadcode

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

chore: delete legacy allow event fields and methods #362

Merge branch 'main' into chore/drop-allowEvent-deadcode
7542b5b
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Mar 26, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

library/repo.go|622 col 1| directive //nolint:dupl // ignore duplicate with test func is unused for linter "dupl" (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 622 in library/repo.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] library/repo.go#L622

directive `//nolint:dupl // ignore duplicate with test func` is unused for linter "dupl" (nolintlint)
Raw output
library/repo.go:622:1: directive `//nolint:dupl // ignore duplicate with test func` is unused for linter "dupl" (nolintlint)
//nolint:dupl // ignore duplicate with test func
^