mirror of https://github.com/databricks/cli.git
Run 'ruff format' in quiet mode (#2187)
Otherwise it prints "83 files left unchanged".
This commit is contained in:
parent
64fc1c8fe7
commit
7034793d1d
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lintcheck:
|
||||||
# formatting/goimports will not be applied by 'make lint'. However, it will be applied by 'make fmt'.
|
# formatting/goimports will not be applied by 'make lint'. However, it will be applied by 'make fmt'.
|
||||||
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
|
# If you need to ensure that formatting & imports are always fixed, do "make fmt lint"
|
||||||
fmt:
|
fmt:
|
||||||
ruff format
|
ruff format -q
|
||||||
golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...
|
golangci-lint run --enable-only="gofmt,gofumpt,goimports" --fix ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue