1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pkg
Oleksandr Redko 6505654c86
fix: fix nolintlint issues (#4854)
The PR enables
[`nolintlint`](https://golangci-lint.run/usage/linters/#nolintlint)
linter and fixes up appeared issues.

Changes:

- Enable `nolintlint` in `.golangci.yml` config.
- Remove unused `//nolint:` comments.
- Fix `nolint` comment format by removing spaces (`// nolint: dupl` ->
`//nolint:dupl`)

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-05-12 14:11:11 -03:00
..
archive fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
build fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
config fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
context feat: store which action is being taken in the context (#4508) 2023-12-29 15:22:03 -03:00
defaults fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
healthcheck fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00