asdf/.golangci.yml
Trevor Brown 5406f3eca1 chore(golang-rewrite): Github workflow improvements
* Add golangci-lint to lint workflow
* Remove failing Bash test jobs
* Add golangci lint config
* Fix revive command in Makefile
* Fix revive warnings
2024-12-18 11:32:00 -05:00

7 lines
74 B
YAML

linters:
enable:
- govet
- gofmt
- revive
- staticcheck