Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: drop gofmt in favor of golangci-lint #7260

Merged
merged 6 commits into from
Sep 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint fails on golangci-lint error
  • Loading branch information
robert-zaremba committed Sep 23, 2020
commit 0a81562ece91397bd48a031fd6f06580d7296f45
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ benchmark:
###############################################################################

lint:
golangci-lint run --out-format=tab --issues-exit-code=0
golangci-lint run --out-format=tab

lint-fix:
robert-zaremba marked this conversation as resolved.
Show resolved Hide resolved
golangci-lint run --fix --out-format=tab --issues-exit-code=0
Expand Down