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: