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
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
linters-settings:
|
linters-settings:
|
||||||
|
gosec:
|
||||||
|
excludes:
|
||||||
|
- G115
|
||||||
|
errcheck:
|
||||||
|
exclude-functions:
|
||||||
|
- fmt.Fprint
|
||||||
|
- fmt.Fprintf
|
||||||
goconst:
|
goconst:
|
||||||
# minimal length of string constant
|
# minimal length of string constant
|
||||||
# default: 3
|
# default: 3
|
||||||
|
|
Loading…
Reference in a new issue