Fix lint errors

This commit is contained in:
Deluan
2024-08-21 12:15:25 -04:00
parent 1a8bef0743
commit 5d81849603
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -4,11 +4,11 @@ linters:
- asciicheck
- bidichk
- bodyclose
- copyloopvar
- dogsled
- durationcheck
- errcheck
- errorlint
- exportloopref
- gocyclo
- goprintffuncname
- gosec
@@ -34,3 +34,4 @@ linters-settings:
- G501
- G401
- G505
- G115 # Temporarily disabled, see discussion in https://github.com/securego/gosec/pull/1149