chore(ci): update linters

This commit is contained in:
sentriz
2023-03-10 16:59:15 +00:00
parent 222256cccb
commit a2f70f4059
2 changed files with 0 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ linters:
disable-all: true disable-all: true
enable: enable:
- bodyclose - bodyclose
- deadcode
- depguard - depguard
- dogsled - dogsled
- errcheck - errcheck
@@ -28,11 +27,9 @@ linters:
- revive - revive
- rowserrcheck - rowserrcheck
- staticcheck - staticcheck
- structcheck
- stylecheck - stylecheck
- typecheck - typecheck
- unconvert - unconvert
- varcheck
issues: issues:
exclude-rules: exclude-rules:

View File

@@ -1,4 +1,3 @@
//nolint:deadcode
package ctrlsubsonic package ctrlsubsonic
import ( import (