From a2f70f40595913246ea2da6fc764f0c3e89bee32 Mon Sep 17 00:00:00 2001 From: sentriz Date: Fri, 10 Mar 2023 16:59:15 +0000 Subject: [PATCH] chore(ci): update linters --- .golangci.yml | 3 --- server/ctrlsubsonic/ctrl_test.go | 1 - 2 files changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 0259f85..889f29f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,7 +7,6 @@ linters: disable-all: true enable: - bodyclose - - deadcode - depguard - dogsled - errcheck @@ -28,11 +27,9 @@ linters: - revive - rowserrcheck - staticcheck - - structcheck - stylecheck - typecheck - unconvert - - varcheck issues: exclude-rules: diff --git a/server/ctrlsubsonic/ctrl_test.go b/server/ctrlsubsonic/ctrl_test.go index 2427f5d..574b661 100644 --- a/server/ctrlsubsonic/ctrl_test.go +++ b/server/ctrlsubsonic/ctrl_test.go @@ -1,4 +1,3 @@ -//nolint:deadcode package ctrlsubsonic import (