Skip to content

Commit

Permalink
fix another lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Oct 25, 2023
1 parent 2343b82 commit 28768e5
Showing 1 changed file with 1 addition and 1 deletion.
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 28768e5

Please sign in to comment.