Skip to content

Commit

Permalink
increase golangci-lint timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Mmadu Manasseh <[email protected]>
  • Loading branch information
MeNsaaH committed Jan 10, 2025
1 parent 1f0ef15 commit f5e78ad
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 @@ -171,7 +171,7 @@ golang-ci-lint:
WORKDIR /src
COPY . .

RUN golangci-lint --timeout 15m run --verbose --exclude-dirs mock
RUN golangci-lint --timeout 25m run --verbose --exclude-dirs mock

staticcheck-golang:
ARG --required STATICCHECK_VERSION
Expand Down

0 comments on commit f5e78ad

Please sign in to comment.