diff --git a/crates/cli/src/report/human/mod.rs b/crates/cli/src/report/human/mod.rs index 39c3246df..064151c57 100644 --- a/crates/cli/src/report/human/mod.rs +++ b/crates/cli/src/report/human/mod.rs @@ -289,7 +289,10 @@ fn section_suppress_rule(title: &str) -> Option<&'static str> { /// Rules that only support file-level suppression (not next-line). fn is_file_level_only(rule: &str) -> bool { - matches!(rule, "circular-dependencies" | "boundary-violation" | "unused-file") + matches!( + rule, + "circular-dependencies" | "boundary-violation" | "unused-file" + ) } /// Rules whose findings live in YAML files (so the suppression comment must