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:
Enabled: false
Layout/CaseIndentation:
Exclude:
- 'config/initializers/10-patches.rb'
Layout/EmptyLineBetweenDefs:
AllowAdjacentOneLineDefs: true