Skip to content

Commit

Permalink
Linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiss, Tibor committed Feb 22, 2024
1 parent 6c517b7 commit b1ea9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ linters-settings:
alias: onsigomegatypes
- pkg: sigs.k8s.io/controller-runtime/pkg/log
alias: kpkglog

######
### The following imports are used by github.com/kyma-project/nats-manager repository.
######
Expand Down Expand Up @@ -200,8 +200,8 @@ linters-settings:
- pkg: github.com/kyma-project/nats-manager/internal/controller/nats/url
alias: nmctrlurl
- pkg: github.com/kyma-project/nats-manager/testutils/matchers/nats
alias: nmtsmatchers
- pkg: k8s.io/api/events/v1
alias: nmtsmatchers
- pkg: k8s.io/api/events/v1
alias: keventsv1
- pkg: github.com/kyma-project/nats-manager/pkg/nats
alias: nmnats
Expand Down

0 comments on commit b1ea9a3

Please sign in to comment.