chore: add notes about fmt and statix
This commit is contained in:
parent
1650ae7787
commit
8ec7cb7794
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
- 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
|
||||
|
||||
The project provides commands for:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue