diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-04 13:58:34 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-04 13:58:34 +0000 |
commit | 8e650a902169f268da316dd123f4312e1780e36f (patch) | |
tree | f8dcba411a922d8c5bb69adc9af5cff8727f1221 /.rubocop.yml | |
parent | c8227930f9321251879e2ec0cde36c53b7777f46 (diff) | |
download | redmine-8e650a902169f268da316dd123f4312e1780e36f.tar.gz redmine-8e650a902169f268da316dd123f4312e1780e36f.zip |
add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20564 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index aa9a7455a..442efa80b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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: |