Lint: disable gosimple

This commit is contained in:
loyalsoldier
2021-05-21 02:26:31 +08:00
parent ff67062713
commit ced46b0bd7
+1 -1
View File
@@ -16,7 +16,6 @@ linters:
- gofmt
- gofumpt
- goimports
- gosimple
- govet
- ineffassign
- misspell
@@ -27,6 +26,7 @@ linters:
- deadcode
- errcheck
- goprintffuncname
- gosimple
- nilerr
- rowserrcheck
- staticcheck