chore: add notes about fmt and statix

This commit is contained in:
Harald Hoyer 2026-04-20 10:06:26 +02:00
parent 1650ae7787
commit 8ec7cb7794

View file

@ -49,6 +49,11 @@ Based on the CLAUDE.md file being added, the project follows these practices:
- Organized file/directory naming (kebab-case for files, camelCase for options) - Organized file/directory naming (kebab-case for files, camelCase for options)
- Documented code and conventional commit format - Documented code and conventional commit format
### Linting and Formatting
- Run `nix run nixpkgs#statix check` to lint Nix code (analogous to `cargo clippy` in Rust projects).
- Run `nix fmt` to format Nix code (analogous to `cargo fmt` in Rust projects).
### Usage ### Usage
The project provides commands for: The project provides commands for: