documents linting commands used in status-go

This commit is contained in:
Marcin Czenko 2025-11-10 08:54:09 +01:00
parent 6669828c26
commit d37d0b9d58
No known key found for this signature in database
GPG Key ID: A0449219BDBA98AE

View File

@ -0,0 +1,17 @@
---
related-to:
- "[[testing codex-status-go integration]]"
- "[[Running Unit Tests for status-go]]"
- "[[Running functional tests in status-go]]"
---
Here are two commands you should use before pushing:
```bash
golangci-lint run --build-tags=gowaku_no_rln
```
and:
```bash
make lint-panics
```