Skip to content

Commit

Permalink
break a lint rule on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
ltucker committed Dec 16, 2024
1 parent 63a60bf commit 8b568a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diode-server/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type Component interface {

// New returns a new Server
func New(ctx context.Context, name string) *Server {

Check failure on line 42 in diode-server/server/server.go

View workflow job for this annotation

GitHub Actions / golangci

File is not `gofumpt`-ed (gofumpt)
var cfg Config
envconfig.MustProcess("", &cfg)

Expand Down

0 comments on commit 8b568a2

Please sign in to comment.