Skip to content

Commit

Permalink
Exclude G115 from lint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForReal authored Aug 21, 2024
1 parent aa10e97 commit 4c2bc54
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 4c2bc54

Please sign in to comment.