Enable all linters by default
This removes the directive from .golangci.yml to disable all linters, and fixes the relevant bugs / issues that are exposed.
This commit is contained in:
@@ -3,7 +3,6 @@ linter-settings:
|
||||
line-length: 200
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
- errcheck
|
||||
- govet
|
||||
|
||||
Reference in New Issue
Block a user