Files
Go-Template/.golangci.yml
Ron Rise 36518cb902
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Has been cancelled
add linting configuration and update logging context key type
2025-06-17 22:03:11 -04:00

17 lines
241 B
YAML

version: "2"
linters:
default: standard
enable:
- whitespace
- tagalign
- reassign
- bodyclose
- contextcheck
- containedctx
- godot
- usestdlibvars
formatters:
settings:
gofmt:
simplify: true