Add and apply Layout/ClosingHeredocIndentation rule

This commit is contained in:
Javi Martín
2023-07-01 15:00:50 +02:00
parent 09c63e354c
commit 1cb6268d4e
2 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,9 @@ Bundler/OrderedGems:
Layout/AssignmentIndentation: Layout/AssignmentIndentation:
Enabled: true Enabled: true
Layout/ClosingHeredocIndentation:
Enabled: true
Layout/DotPosition: Layout/DotPosition:
Enabled: true Enabled: true

View File

@@ -134,7 +134,7 @@ FactoryBot.define do
|----|---------|-----|--------| |----|---------|-----|--------|
| 1 | Roberta | 39 | M | | 1 | Roberta | 39 | M |
| 2 | Oliver | 25 | F | | 2 | Oliver | 25 | F |
BODY_MARKDOWN BODY_MARKDOWN
end end
end end