Skip to content

Commit

Permalink
chore(project): increase linter timeout to 10m
Browse files Browse the repository at this point in the history
Fixes bytesparadise#1006

Signed-off-by: Xavier Coulon <[email protected]>
  • Loading branch information
xcoulon committed May 1, 2022
1 parent 678e057 commit d85e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run:
- test/includes
skip-files:
- pkg/parser/parser.go # generated
timeout: 5m
timeout: 10m

linters:
enable-all: false
Expand Down

0 comments on commit d85e534

Please sign in to comment.