mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-07 15:53:07 +00:00
documents linting commands used in status-go
This commit is contained in:
parent
6669828c26
commit
d37d0b9d58
17
10 Notes/linting commands for status-go.md
Normal file
17
10 Notes/linting commands for status-go.md
Normal 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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user