From b6fef7b893af113d0879a3aeea489c50932dc5eb Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Fri, 26 Jan 2024 12:03:03 -0800 Subject: [PATCH] Add Taps exclusion --- Library/.rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 467b5fd0a4..e9a242d734 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -434,6 +434,8 @@ Style/TernaryParentheses: Style/TopLevelMethodDefinition: Enabled: true + Exclude: + - "Taps/**/*.rb" # Trailing commas make diffs nicer. Style/TrailingCommaInArguments: