logos-storage-docs-obsidian/10 Notes/linting commands for status-go.md
2025-12-15 03:52:43 +01:00

24 lines
339 B
Markdown

---
related-to:
- "[[testing codex-status-go integration]]"
- "[[Running Unit Tests for status-go]]"
- "[[Running functional tests in status-go]]"
---
The easiest way:
```bash
make lint
```
And the detailed manual commands:
```bash
golangci-lint --build-tags 'gowaku_no_rln lint' run ./...
```
and:
```bash
make lint-panics
```