diff options
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml index c36821c..3d319f1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -7,7 +7,6 @@ linters: disable-all: true enable: - bodyclose - - deadcode - errcheck - gofmt - goimports @@ -18,11 +17,9 @@ linters: - misspell - prealloc - staticcheck - - structcheck - typecheck - unconvert - unused - - varcheck # these are implicitly disabled: # - asciicheck # - depguard |