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

feat(rulesets): add support for PR labeled events #361

Merged
merged 9 commits into from
Apr 2, 2024

Fix linter warning

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

feat(rulesets): add support for PR labeled events #361

Fix linter warning
7164ea7
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Apr 2, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

library/actions/pull.go|3 col 1| directive //nolint:dupl // similar code to push.go is unused for linter "dupl" (nolintlint)
library/actions/push.go|3 col 1| directive //nolint:dupl // similar code to comment.go is unused for linter "dupl" (nolintlint)
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 3 in library/actions/pull.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] library/actions/pull.go#L3

directive `//nolint:dupl // similar code to push.go` is unused for linter "dupl" (nolintlint)
Raw output
library/actions/pull.go:3:1: directive `//nolint:dupl // similar code to push.go` is unused for linter "dupl" (nolintlint)
//nolint:dupl // similar code to push.go
^

Check failure on line 3 in library/actions/push.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] library/actions/push.go#L3

directive `//nolint:dupl // similar code to comment.go` is unused for linter "dupl" (nolintlint)
Raw output
library/actions/push.go:3:1: directive `//nolint:dupl // similar code to comment.go` is unused for linter "dupl" (nolintlint)
//nolint:dupl // similar code to comment.go
^

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
^