mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-23 20:05:09 -07:00
5406f3eca1
* Add golangci-lint to lint workflow * Remove failing Bash test jobs * Add golangci lint config * Fix revive command in Makefile * Fix revive warnings
7 lines
74 B
YAML
7 lines
74 B
YAML
linters:
|
|
enable:
|
|
- govet
|
|
- gofmt
|
|
- revive
|
|
- staticcheck
|