1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00
goreleaser/pkg/archive
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
..
gzip fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
tar fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
targz fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
tarxz fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
tarzst fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
testdata feat: allow to use .tar as archive format 2021-08-31 23:09:18 -03:00
zip fix: fix nolintlint issues (#4854) 2024-05-12 14:11:11 -03:00
archive_test.go refactor: remove unneeded in Go 1.22 loop var copy (#4856) 2024-05-12 13:21:13 -03:00
archive.go feat(archive): support tar.zst (#4825) 2024-05-03 10:29:55 -03:00