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

339 B

related-to
testing codex-status-go integration
Running Unit Tests for status-go
Running functional tests in status-go

The easiest way:

make lint

And the detailed manual commands:

golangci-lint --build-tags 'gowaku_no_rln lint' run ./...

and:

make lint-panics