mirror of https://github.com/databricks/cli.git
add a comment
This commit is contained in:
parent
8cc8173236
commit
9d847ca317
|
@ -5,6 +5,8 @@ linters:
|
||||||
# Enable specific linter
|
# Enable specific linter
|
||||||
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
# https://golangci-lint.run/usage/linters/#enabled-by-default
|
||||||
enable:
|
enable:
|
||||||
|
# errcheck and govet are part of default setup and should be included but give too many errors now
|
||||||
|
# once errors are fixed, they should be enabled here:
|
||||||
#- errcheck
|
#- errcheck
|
||||||
- gosimple
|
- gosimple
|
||||||
#- govet
|
#- govet
|
||||||
|
|
Loading…
Reference in New Issue