Skip to content

Commit

Permalink
change local package name in .golangci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Oct 2, 2022
1 parent 736dc38 commit 4f45535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/crossplane-contrib/provider-jet-template
local-prefixes: github.com/crossplane-contrib/provider-jet-equinix

gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
Expand Down

0 comments on commit 4f45535

Please sign in to comment.