From: Ian Jackson Date: Wed, 30 Mar 2022 23:53:47 +0000 (+0100) Subject: clippy: allow some lints X-Git-Tag: otter-1.0.0~61 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4b475eb91bf28188e0255e267c8bba51f1b49ada;p=otter.git clippy: allow some lints Signed-off-by: Ian Jackson --- diff --git a/clippy-options b/clippy-options index 5f911a89..f6261925 100644 --- a/clippy-options +++ b/clippy-options @@ -2,6 +2,8 @@ -A clippy::redundant_closure_call -A clippy::writeln_empty_string -A clippy::write_with_newline +-A clippy::println_empty_string +-A clippy::print_with_newline -A clippy::let_and_return -A clippy::needless_lifetimes -A clippy::upper_case_acronyms