Skip to content

Commit

Permalink
Add turtlesnaming to linter package
Browse files Browse the repository at this point in the history
Co-authored-by: Furkat Gofurov <furkat.gofurov@suse.com>
Signed-off-by: Danil Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev and furkatgofurov7 committed Sep 20, 2023
1 parent 36b2e77 commit 440f022
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,14 @@ linters-settings:
alias: utilruntime
- pkg: k8s.io/client-go/kubernetes/scheme
alias: clientgoscheme
# Controller Runtime
# Rancher Turtles
- pkg: github.com/rancher-sandbox/rancher-turtles/util/naming
alias: turtlesnaming
- pkg: github.com/rancher-sandbox/rancher-turtles/internal/rancher/provisioning/v1
alias: provisioningv1
- pkg: github.com/rancher-sandbox/rancher-turtles/internal/rancher/management/v3
alias: managementv3
# Controller Runtime
- pkg: sigs.k8s.io/controller-runtime
alias: ctrl
# CAPI
Expand Down

0 comments on commit 440f022

Please sign in to comment.