relax the oul linters

will you fuckin relax pal
This commit is contained in:
sentriz
2023-09-10 16:16:32 +01:00
parent 658bae2b43
commit 9cf48f0f58
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -7,7 +7,6 @@ linters:
disable-all: true disable-all: true
enable: enable:
- bodyclose - bodyclose
- depguard
- dogsled - dogsled
- errcheck - errcheck
- exportloopref - exportloopref
@@ -16,7 +15,6 @@ linters:
- goconst - goconst
- gocritic - gocritic
- gocyclo - gocyclo
- goerr113
- goprintffuncname - goprintffuncname
- gosec - gosec
- gosimple - gosimple
+1
View File
@@ -1,3 +1,4 @@
//nolint:goconst
package scanner_test package scanner_test
import ( import (