summaryrefslogtreecommitdiffstats
path: root/bacon.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-05-02 10:33:02 +0200
committerCanop <cano.petrole@gmail.com>2021-05-02 10:33:02 +0200
commit57277840522e463546476c0bda34314b9e9b2c21 (patch)
tree47948abdf30325fbb3b46d477764ba1806009d6d /bacon.toml
parent3f0aaec6f119ec7957bae56d883af04738d9f2ef (diff)
spill some blood for the Clippy god
Diffstat (limited to 'bacon.toml')
-rw-r--r--bacon.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bacon.toml b/bacon.toml
index 973139e..db611b5 100644
--- a/bacon.toml
+++ b/bacon.toml
@@ -30,7 +30,11 @@ command = [
"--",
"-A", "clippy::match_like_matches_macro",
"-A", "clippy::collapsible_if",
+ "-A", "clippy::collapsible_else_if",
"-A", "clippy::module_inception",
+ "-A", "clippy::vec_init_then_push",
+ "-A", "clippy::manual_unwrap_or",
+ "-A", "clippy::len_without_is_empty",
]
need_stdout = false