Skip to content

Commit

Permalink
add 5m timeout to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthjs committed Jun 8, 2022
1 parent f7136bb commit 78b53d3
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
Expand Up @@ -21,6 +21,9 @@ linters:
- gosec
- gocyclo

run:
timeout: 5m

linters-settings:
gocyclo:
# Minimal code complexity to report.
Expand Down

0 comments on commit 78b53d3

Please sign in to comment.