Skip to content

Commit

Permalink
chore(golangci): update run time
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jan 1, 2022
1 parent af85f07 commit 7b801c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
linters:
enable-all: false
disable-all: true
fast: false
enable:
- bodyclose
- deadcode
Expand Down Expand Up @@ -36,3 +38,6 @@ linters:
- varcheck
- whitespace
- gofumpt

run:
timeout: 3m

0 comments on commit 7b801c3

Please sign in to comment.