Skip to content

Commit

Permalink
chore: remove verbose linter
Browse files Browse the repository at this point in the history
  • Loading branch information
GGabriele committed Oct 25, 2023
1 parent 4739873 commit c9106c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters:
- exhaustive
- exportloopref
- gci
- goconst
- gofmt
- gofumpt
- goimports
Expand Down
2 changes: 1 addition & 1 deletion types/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c9106c2

Please sign in to comment.