lint: exclude gosec G115
This commit is contained in:
parent
3a95b8f704
commit
6167d8c7fd
1 changed files with 4 additions and 0 deletions
|
|
@ -38,3 +38,7 @@ linters-settings:
|
||||||
|
|
||||||
goimports:
|
goimports:
|
||||||
local-prefixes: github.com/cloudbase/garm
|
local-prefixes: github.com/cloudbase/garm
|
||||||
|
|
||||||
|
gosec:
|
||||||
|
excludes:
|
||||||
|
- G115
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue