From: Toshi MARUYAMA Date: Fri, 4 Dec 2020 13:58:34 +0000 (+0000) Subject: add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml X-Git-Tag: 4.2.0~255 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8e650a902169f268da316dd123f4312e1780e36f;p=redmine.git add Layout/ClosingParenthesisIndentation excluding files to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20564 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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: