Skip to content

Commit

Permalink
fix: Remove gci (#3000)
Browse files Browse the repository at this point in the history
gci would sometimes mess with gofumpt and cause lint issues.

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz authored Nov 24, 2024
1 parent f005df4 commit 2650117
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ gen:

fmt:
@gofumpt -w $(GOFILES_NOVENDOR)
@gci write $(GOFILES_NOVENDOR)
@$(GO) mod tidy

deps:
Expand Down

0 comments on commit 2650117

Please sign in to comment.