We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ced02f commit 050d18cCopy full SHA for 050d18c
Makefile
@@ -78,7 +78,7 @@ lint: fmt lint/golangci-lint ## Run all linters.
78
fmt: tools/bin/goimportz tools/bin/gofumpt ## Run goimportz and gofumpt.
79
$(call target)
80
find . -iname "*.go" -not -path "./vendor/**" | xargs -P ${JOBS} ${TOOLS_BIN}/goimportz -local=${PKG},$(subst /jsonrpc2,,$(PKG)) -w
81
- find . -iname "*.go" -not -path "./vendor/**" | xargs -P ${JOBS} ${TOOLS_BIN}/gofumpt -s -extra -w
+ find . -iname "*.go" -not -path "./vendor/**" | xargs -P ${JOBS} ${TOOLS_BIN}/gofumpt -extra -w
82
83
.PHONY: lint/golangci-lint
84
lint/golangci-lint: tools/bin/golangci-lint .golangci.yml ## Run golangci-lint.
0 commit comments