Enable golangci-lint errorlint linter to check proper use of errors.Is and error.As instead of direct comparison or error type casting.
3 lines
29 B
YAML
3 lines
29 B
YAML
linters:
|
|
enable: errorlint
|