diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index f49abcb47..59092951f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,6 +37,10 @@ Layout/ClosingParenthesisIndentation: Exclude: - 'lib/redmine/wiki_formatting/textile/redcloth3.rb' +Layout/DotPosition: + Enabled: true + EnforcedStyle: trailing + Layout/EmptyLinesAroundAccessModifier: Enabled: true Exclude: |