Skip to content

Commit

Permalink
ci: fix rust lint check conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Jiale Zhang <[email protected]>
  • Loading branch information
jialez0 committed Jan 2, 2024
1 parent d6b22c7 commit 3d76c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ check:
cargo test -p kbs -p api-server -p kbs-client

lint:
cargo clippy -p kbs -p api-server -p kbs-client -- -D warnings -A clippy::enum_variant_names
cargo clippy -p kbs -p api-server -p kbs-client -- -D warnings -A clippy::enum_variant_names -A clippy::needless_borrow

format:
cargo fmt -p kbs -p api-server -p kbs-client -- --check --config format_code_in_doc_comments=true
Expand Down

0 comments on commit 3d76c0a

Please sign in to comment.