Files
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
..
2022-01-12 17:07:30 +01:00
2022-05-23 13:59:05 +02:00
2022-01-14 12:30:20 -05:00
2021-04-21 13:16:33 -04:00
2020-10-21 13:31:40 -04:00
2020-03-27 14:36:03 -04:00
2021-02-25 10:02:41 -06:00