Linter hacks

This commit is contained in:
Jamie Curnow 2024-09-11 15:01:05 +10:00
parent 21e3bce95d
commit 514520ce1a
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -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