rubocop: move Layout/CaseIndentation exclude entry from .rubocop_todo.yml to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@19106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2019-11-20 17:05:13 +00:00
parent eb41a074ce
commit 33df60a6fa
2 changed files with 4 additions and 7 deletions

View File

@@ -26,6 +26,10 @@ require:
Bundler/OrderedGems: Bundler/OrderedGems:
Enabled: false Enabled: false
Layout/CaseIndentation:
Exclude:
- 'config/initializers/10-patches.rb'
Layout/EmptyLineBetweenDefs: Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true AllowAdjacentOneLineDefs: true

View File

@@ -40,13 +40,6 @@ Layout/AlignArguments:
Layout/AlignHash: Layout/AlignHash:
Enabled: false Enabled: false
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, IndentOneStep, IndentationWidth.
# SupportedStyles: case, end
Layout/CaseIndentation:
Exclude:
- 'config/initializers/10-patches.rb'
# Cop supports --auto-correct. # Cop supports --auto-correct.
Layout/ClosingHeredocIndentation: Layout/ClosingHeredocIndentation:
Exclude: Exclude: