chore: setup CI
This commit is contained in:
parent
5b67d39aba
commit
36891e06f4
3 changed files with 98 additions and 0 deletions
13
.golangci.yml
Normal file
13
.golangci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "2"
|
||||
|
||||
run:
|
||||
timeout: 5m
|
||||
tests: true
|
||||
|
||||
linters:
|
||||
enable:
|
||||
- errcheck
|
||||
- govet
|
||||
- ineffassign
|
||||
- staticcheck
|
||||
- unused
|
||||
Loading…
Add table
Add a link
Reference in a new issue