Skip to content

Commit

Permalink
Merge pull request #29 from scribd/vadimka/increase-golint-run-timeout
Browse files Browse the repository at this point in the history
[SERF-1387] Increase timeout for golangci-lint to 2 minutes
  • Loading branch information
terranisu committed Nov 18, 2021
2 parents 5a70df0 + 113cd04 commit a02637f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 2m

# which dirs to skip: they won't be analyzed;
# can use regexp here: generated.*, regexp is applied on full path;
# default value is empty list, but next dirs are always skipped independently
Expand Down

0 comments on commit a02637f

Please sign in to comment.