Files
reloading-manager/backend/.golangci.yml
Ron Rise d1dc5897c5
Some checks failed
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Failing after 6m19s
🧪 ✨ Unit Tests Workflow / 🧪 📜 JavaScript Tests (push) Successful in 8m22s
🧪 ✨ Unit Tests Workflow / 🧪 🐹 GolangCI-Lint (push) Failing after 9m52s
fix tpyo
2025-06-10 08:14:17 -04:00

18 lines
238 B
YAML

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