podman/cmd/podman/parse
Paul Holzinger 41528739ce
golangci-lint: enable nolintlint
The nolintlint linter does not deny the use of `//nolint`
Instead it allows us to enforce a common nolint style:
- force that a linter name must be specified
- do not add a space between `//` and `nolint`
- make sure nolint is only used when there is actually a problem

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-06-14 16:29:42 +02:00
..
filters.go Do not leak libpod package into the remote client 2021-03-15 14:02:04 +01:00
json.go fix a number of `godot` issues 2022-03-22 13:04:35 +01:00
json_test.go Restore --format table support 2020-10-13 17:28:45 -07:00
net.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
net_test.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00