diff --git a/.golangci.yml b/.golangci.yml index a4336c14d..fc1e8992e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,7 +6,6 @@ linters: - exhaustive - exportloopref - gci - - goconst - gofmt - gofumpt - goimports diff --git a/types/core.go b/types/core.go index 466a63869..9d27a2283 100644 --- a/types/core.go +++ b/types/core.go @@ -108,7 +108,7 @@ const ( // RBACRole identifies a RBACRole in Kong Enterprise. RBACRole EntityType = "rbac-role" // RBACEndpointPermission identifies a RBACEndpointPermission in Kong Enterprise. - RBACEndpointPermission EntityType = "rbac-endpoint-permission" //nolint:gosec + RBACEndpointPermission EntityType = "rbac-endpoint-permission" // ServicePackage identifies a ServicePackage in Konnect. ServicePackage EntityType = "service-package"