rubocop.yml: temporarily disable Layout/EmptyLinesAfterModuleInclusion

This commit is contained in:
Mike McQuaid 2025-08-14 09:56:07 +01:00
parent bdfe5f4c45
commit 8ef6814dd1
No known key found for this signature in database

View File

@ -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