moonmath/.golangci.yaml
Sam Fredrickson 5c22d85e2b
All checks were successful
Build & Test / Main (push) Successful in 1m0s
Release / Release (push) Successful in 1m35s
Add custom .golangci.yaml config.
2024-03-29 19:29:29 -07:00

16 lines
196 B
YAML

linters:
disable-all: true
enable:
- errcheck
- godot
- goimports
- gosimple
- govet
- ineffassign
- nilerr
- nilnil
- staticcheck
- typecheck
- unused
- usestdlibvars