Skip to content

Commit

Permalink
Remove -s from gofumpt:
Browse files Browse the repository at this point in the history
We're getting: "warning: -s is deprecated as it is always enabled"
The buf.lock was updated after a make verify.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed May 10, 2023
1 parent 4f5e1b9 commit dda0db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ check-proto: generate-proto

.PHONY: verify
verify: lint check-generated ## Verify code style, is lint free, freshness ...
$(GOFUMPT) -s -d .
$(GOFUMPT) -d .

.PHONY: lint
lint: shellcheck hadolint golangci-lint yamllint ## Lint code
Expand Down
2 changes: 1 addition & 1 deletion buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: 5ae7f88519b04fe1965da0f8a375a088
commit: cc916c31859748a68fd229a3c8d7a2e8

0 comments on commit dda0db7

Please sign in to comment.