diff options
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: |