mirror of https://github.com/databricks/cli.git
Enable errcheck everywhere
This commit is contained in:
parent
b63be2d6f5
commit
f94b50db63
|
@ -18,7 +18,3 @@ linters-settings:
|
||||||
replacement: 'any'
|
replacement: 'any'
|
||||||
issues:
|
issues:
|
||||||
exclude-dirs-use-default: false # recommended by docs https://golangci-lint.run/usage/false-positives/
|
exclude-dirs-use-default: false # recommended by docs https://golangci-lint.run/usage/false-positives/
|
||||||
exclude-rules:
|
|
||||||
- path-except: (_test\.go|internal)
|
|
||||||
linters:
|
|
||||||
- errcheck
|
|
||||||
|
|
Loading…
Reference in New Issue