Skip to content

Commit

Permalink
chore(ci): update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Mar 10, 2023
1 parent 222256c commit a2f70f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- errcheck
Expand All @@ -28,11 +27,9 @@ linters:
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- varcheck

issues:
exclude-rules:
Expand Down
1 change: 0 additions & 1 deletion server/ctrlsubsonic/ctrl_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:deadcode
package ctrlsubsonic

import (
Expand Down

0 comments on commit a2f70f4

Please sign in to comment.