mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 18:34:42 +01:00
Tidy up the toolchain
Signed-off-by: moznion <moznion@mail.moznion.net>
This commit is contained in:
6
Makefile
6
Makefile
@@ -11,3 +11,9 @@ lint:
|
||||
|
||||
gen:
|
||||
bash ./scripts/generate-code.sh
|
||||
$(MAKE) fix
|
||||
|
||||
fix:
|
||||
cargo fix --allow-dirty --allow-staged
|
||||
cargo fmt
|
||||
|
||||
|
||||
@@ -22,6 +22,3 @@ done
|
||||
# shellcheck disable=SC2068
|
||||
cargo run --bin code-generator -- --out-dir="${SRC_DIR}/core/" ${DICT_FILES[@]}
|
||||
|
||||
cargo fix --allow-dirty --allow-staged
|
||||
cargo fmt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user