rubocop.yml: temporarily disable Layout/EmptyLinesAfterModuleInclusion
This commit is contained in:
parent
bdfe5f4c45
commit
8ef6814dd1
@ -96,6 +96,11 @@ Layout/ArgumentAlignment:
|
|||||||
Layout/CaseIndentation:
|
Layout/CaseIndentation:
|
||||||
EnforcedStyle: end
|
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
|
# significantly less indentation involved; more consistent
|
||||||
Layout/FirstArrayElementIndentation:
|
Layout/FirstArrayElementIndentation:
|
||||||
EnforcedStyle: consistent
|
EnforcedStyle: consistent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user