Skip to content

Commit

Permalink
chore(ci): relax linter rules (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske authored Oct 25, 2023
1 parent d9c5e22 commit d90f7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ issues:
path: cmd/root.go

linters-settings:
goconst:
min-occurrences: 10
gomodguard:
blocked:
modules:
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 d90f7e3

Please sign in to comment.