Skip to content

Commit ecc1f1c

Browse files
committed
fix(fmt) use goimports in make fmt via golangci-lint
1 parent 743d611 commit ecc1f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99

1010
fmt:
1111
@gofmt -s -w .
12-
@go tool goimports -w .
12+
@go tool golangci-lint fmt --config=${GOLANG_CI_YAML_PATH}
1313

1414
# Lint
1515
lint-golangci-lint:

0 commit comments

Comments
 (0)