Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hongliangl authored Jan 17, 2023
1 parent 0af3789 commit d777cbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
run:
tests: true
timeout: 5m
deadline: 5m
skip-files:
- ".*\\.pb\\.go"
skip-dirs-use-default: true
Expand All @@ -12,11 +13,12 @@ linters-settings:
linters:
disable-all: true
enable: # see https://golangci-lint.run/usage/linters/
- deadcode
- staticcheck
- govet
- gofmt
- goimports
- gosec
- misspell

- unused
- vet
- revive

0 comments on commit d777cbc

Please sign in to comment.