Skip to content

Commit

Permalink
chore: fix package name in golangci config
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Sep 26, 2023
1 parent ad4ff44 commit 0bb6643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/portward/cerbos-authorizer)
- prefix(github.com/portward/cerbos)
goimports:
local-prefixes: github.com/portward/cerbos-authorizer
local-prefixes: github.com/portward/cerbos
misspell:
locale: US
nolintlint:
Expand Down

0 comments on commit 0bb6643

Please sign in to comment.