Skip to content

Commit

Permalink
Merge pull request #6861 from kubernetes-sigs/dependabot/lintrules
Browse files Browse the repository at this point in the history
Exclude G115 from lint rules.
  • Loading branch information
MartinForReal authored Aug 21, 2024
2 parents aa10e97 + 4c2bc54 commit 79af8c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ linters-settings:
gosec:
excludes:
- G114
- G115
goimports:
local-prefixes: sigs.k8s.io/cloud-provider-azure
goconst:
min-occurrences: 10



0 comments on commit 79af8c1

Please sign in to comment.