migrate CI to GitHub Actions
use codecov.io to report on code coverage. fix a few issues raised by golangci-lint
This commit is contained in:
12
.golangci.yaml
Normal file
12
.golangci.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
linters:
|
||||
enable:
|
||||
- dogsled
|
||||
- dupl
|
||||
- gofmt
|
||||
- goimports
|
||||
- misspell
|
||||
- nakedret
|
||||
- stylecheck
|
||||
- unconvert
|
||||
- unparam
|
||||
- whitespace
|
||||
Reference in New Issue
Block a user