CRUSH.md 🔗
@@ -9,6 +9,7 @@
- **Lint**: `task lint:fix`
- **Format**: `task fmt` (gofumpt -w .)
- **Dev**: `task dev` (runs with profiling enabled)
+- **Pre-commit flow**: `task fmt lint-fix test`
## Code Style Guidelines
Amolith and Crush created
Co-Authored-By: Crush <crush@charm.land>
CRUSH.md | 1 +
1 file changed, 1 insertion(+)
@@ -9,6 +9,7 @@
- **Lint**: `task lint:fix`
- **Format**: `task fmt` (gofumpt -w .)
- **Dev**: `task dev` (runs with profiling enabled)
+- **Pre-commit flow**: `task fmt lint-fix test`
## Code Style Guidelines