Skip to content

Commit

Permalink
kbs: fix lint check
Browse files Browse the repository at this point in the history
This commit disabled the checking of docs. Because for now we do not
have enough inline docs so that the lint checker will raise a lot of
error information.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Nov 6, 2023
1 parent e20a0ad commit 529ad95
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 --lib

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

format:
cargo fmt -- --check --config format_code_in_doc_comments=true
Expand Down

0 comments on commit 529ad95

Please sign in to comment.