mk/clippy.sh: Remove --allow
entries for lints that aren't triggered.
This commit is contained in:
parent
3eb07737f1
commit
691a4dbb31
@ -24,15 +24,12 @@ cargo clippy \
|
||||
--deny missing_docs \
|
||||
--deny warnings \
|
||||
--allow clippy::collapsible_if \
|
||||
--allow clippy::derive_partial_eq_without_eq \
|
||||
--allow clippy::identity_op \
|
||||
--allow clippy::len_without_is_empty \
|
||||
--allow clippy::let_unit_value \
|
||||
--allow clippy::many_single_char_names \
|
||||
--allow clippy::new_without_default \
|
||||
--allow clippy::neg_cmp_op_on_partial_ord \
|
||||
--allow clippy::too_many_arguments \
|
||||
--allow clippy::type_complexity \
|
||||
--allow clippy::unreadable_literal \
|
||||
--allow clippy::upper_case_acronyms \
|
||||
$NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user