From 8ef6814dd17d8b1f749dfa20fcfa44f79174512c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 14 Aug 2025 09:56:07 +0100 Subject: [PATCH] rubocop.yml: temporarily disable `Layout/EmptyLinesAfterModuleInclusion` --- Library/.rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) 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