Skip to content

Commit

Permalink
chore: increate golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Sep 27, 2024
1 parent 3e7695c commit 9ea5c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ deploy-staging:

lint:
FROM +tidy
RUN golangci-lint run --fix --build-tags it
RUN golangci-lint run --fix --build-tags it --timeout 2m
SAVE ARTIFACT cmd AS LOCAL cmd
SAVE ARTIFACT internal AS LOCAL internal
SAVE ARTIFACT pkg AS LOCAL pkg
Expand Down

0 comments on commit 9ea5c0b

Please sign in to comment.