diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 6ca33502f8..235a9524c9 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -96,6 +96,11 @@ Layout/ArgumentAlignment: Layout/CaseIndentation: EnforcedStyle: end +# currently bugged and as relevant/urgent in taps: +# https://github.com/rubocop/rubocop/issues/14443 +Layout/EmptyLinesAfterModuleInclusion: + Enabled: false + # significantly less indentation involved; more consistent Layout/FirstArrayElementIndentation: EnforcedStyle: consistent