Skip to content

Commit

Permalink
ci: increase linter timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Long <[email protected]>
  • Loading branch information
rroberts2222 authored and ctlong committed Sep 7, 2023
1 parent ab054db commit c30f2c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
run:
# Timeout for analysis, e.g. 30s, 5m.
# Default: 1m
timeout: 5m

linters:
enable:
# Checks for non-ASCII identifiers
Expand Down

0 comments on commit c30f2c7

Please sign in to comment.