Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | golangci-lint: enable nolintlint | Paul Holzinger | 2022-06-14 |
| | | | | | | | | | | 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> | ||
* | Refactor handler packages | Jhon Honce | 2020-03-10 |
To help with packaging, the handlers in pkg/api/handlers are now found in pkg/api/handler/compat. Signed-off-by: Jhon Honce <jhonce@redhat.com> |