mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
fix: more renames
This commit is contained in:
parent
5aab89ff0d
commit
051d18494b
12 changed files with 441 additions and 322 deletions
27
justfile
27
justfile
|
@ -1,6 +1,23 @@
|
|||
check:
|
||||
just precommit-shared
|
||||
nix flake update
|
||||
nix flake check -v
|
||||
|
||||
precommit:
|
||||
cargo update
|
||||
cargo check
|
||||
cargo fmt
|
||||
cargo t
|
||||
cargo clippy --fix --allow-dirty
|
||||
just precommit-shared
|
||||
cargo check
|
||||
just test
|
||||
|
||||
alias t := test
|
||||
test:
|
||||
cargo t --no-fail-fast
|
||||
|
||||
precommit-shared:
|
||||
cargo upgrade -v
|
||||
cargo update
|
||||
cargo fmt --all
|
||||
just clippy
|
||||
|
||||
clippy:
|
||||
cargo clippy --all --fix --allow-dirty -- -W clippy::nursery -W rust-2018-idioms \
|
||||
-A clippy::future_not_send -A clippy::option_if_let_else -A clippy::or_fun_call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue