mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-04 06:13:09 +00:00
24 lines
339 B
Markdown
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
|
|
```
|