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: