mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
Chore: apply more clippy rules to prevent from code complexity (#3813)
This commit is contained in:
parent
412ceb8128
commit
48a38dc034
8 changed files with 316 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ As you make changes to the rust code, you can try it out on the CLI, or also run
|
|||
cargo check # do your changes compile
|
||||
cargo test # do the tests pass with your changes
|
||||
cargo fmt # format your code
|
||||
cargo clippy # run the linter
|
||||
./scripts/clippy-lint # run the linter
|
||||
```
|
||||
|
||||
### Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue