1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Bump golangci-lint again (#670)

This commit is contained in:
Krzesimir Nowak
2020-04-28 20:30:31 +02:00
committed by GitHub
parent 1e057dfc4f
commit 22653957f2
3 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ lint: $(TOOLS_DIR)/golangci-lint $(TOOLS_DIR)/misspell
set -e; for dir in $(ALL_GO_MOD_DIRS); do \
echo "golangci-lint in $${dir}"; \
(cd "$${dir}" && \
$(TOOLS_DIR)/golangci-lint run --disable unused --fix && \
$(TOOLS_DIR)/golangci-lint run --fix && \
$(TOOLS_DIR)/golangci-lint run); \
done
$(TOOLS_DIR)/misspell -w $(ALL_DOCS)