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
- unparam
linters-settings:
gosec:
excludes:
- G115
errcheck:
exclude-functions:
- fmt.Fprint
- fmt.Fprintf
goconst:
# minimal length of string constant
# default: 3