diff --git a/.golangci.yml b/.golangci.yml index 889f29f..580c94f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,7 +7,6 @@ linters: disable-all: true enable: - bodyclose - - depguard - dogsled - errcheck - exportloopref @@ -16,7 +15,6 @@ linters: - goconst - gocritic - gocyclo - - goerr113 - goprintffuncname - gosec - gosimple diff --git a/scanner/scanner_test.go b/scanner/scanner_test.go index a05a1bc..86b54f5 100644 --- a/scanner/scanner_test.go +++ b/scanner/scanner_test.go @@ -1,3 +1,4 @@ +//nolint:goconst package scanner_test import (