* add a github actions config * fix(log): Don't create a log dir when testing * remove a meaningless test case * Thanks for everything, Mr, Travys. * add golangci * add goreleaser.yml * add tidy.yml * add golang-ci * fix many lint warnings
16 lines
224 B
YAML
16 lines
224 B
YAML
linters-settings:
|
|
errcheck:
|
|
#exclude: /path/to/file.txt
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- goimports
|
|
- golint
|
|
- govet
|
|
- misspell
|
|
- errcheck
|
|
- staticcheck
|
|
- prealloc
|
|
- ineffassign
|