logos-storage-docs-obsidian/10 Notes/linting commands for status-go.md

24 lines
339 B
Markdown
Raw Normal View History

---
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
```