Skip to content

Commit

Permalink
chore: increase linter timeout (#4421)
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol authored Dec 18, 2024
1 parent fd06329 commit 2f5db22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ help: Makefile
.PHONY: lint
lint:
go install github.com/golangci/golangci-lint/cmd/[email protected]
golangci-lint run
golangci-lint run --timeout 3m

clean:
rm -fr ./bin
Expand Down

0 comments on commit 2f5db22

Please sign in to comment.