URLs now /tools/agent/, /tools/mcp/, /tools/cli/, etc. Co-Authored-By: Virgil <virgil@lethean.io>
209 B
209 B
Go Lint Examples
# Check
core go lint
# Auto-fix
core go lint --fix
Configuration
.golangci.yml:
linters:
enable:
- gofmt
- govet
- errcheck
- staticcheck