Skip to content

Commit

Permalink
increase verbosity to identify which linters are slow
Browse files Browse the repository at this point in the history
15 minute timeouts are insane
  • Loading branch information
djeebus committed Feb 28, 2024
1 parent d5a3f5a commit 82a481c
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 @@ -170,7 +170,7 @@ golang-ci-lint:
WORKDIR /src
COPY . .

RUN golangci-lint --timeout 15m run
RUN golangci-lint --timeout 15m run --verbose

staticcheck-golang:
ARG --required STATICCHECK_VERSION
Expand Down

0 comments on commit 82a481c

Please sign in to comment.