Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Sep 10, 2024
1 parent 3938b37 commit 931298a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ run:
linters:
disable:
- unused

issues:
exclude-rules:
- linters:
- staticcheck
text: "SA1019:" # Excludes messages where deprecated variables are used (deprecated shoot.spec.dns.providers)
path: pkg/admission/mutator
- linters:
- staticcheck
text: "SA1019:" # Excludes messages where deprecated variables are used (deprecated shoot.spec.dns.providers)
path: pkg/controller/lifecycle

0 comments on commit 931298a

Please sign in to comment.