Linter hacks
This commit is contained in:
parent
21e3bce95d
commit
514520ce1a
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ linters:
|
|||
- unconvert
|
||||
- unparam
|
||||
linters-settings:
|
||||
gosec:
|
||||
excludes:
|
||||
- G115
|
||||
errcheck:
|
||||
exclude-functions:
|
||||
- fmt.Fprint
|
||||
- fmt.Fprintf
|
||||
goconst:
|
||||
# minimal length of string constant
|
||||
# default: 3
|
||||
|
|
Loading…
Reference in a new issue