fix golangci-lint issues

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-11-07 13:54:05 +01:00
parent 26bbddb5d6
commit e04da86aca
8 changed files with 10 additions and 9 deletions

View File

@@ -76,6 +76,7 @@ linters-settings:
excludes:
- G204 # Audit use of command execution
- G402 # TLS MinVersion too low
- G115 # integer overflow conversion (TODO: verify these)
config:
G306: "0644"