add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20564 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-12-04 13:58:34 +00:00
parent c8227930f9
commit 8e650a9021

View File

@@ -32,6 +32,11 @@ Layout/CaseIndentation:
Exclude:
- 'config/initializers/10-patches.rb'
Layout/ClosingParenthesisIndentation:
Enabled: true
Exclude:
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
Layout/EmptyLinesAroundAccessModifier:
Enabled: true
Exclude: