diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-17 13:09:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-17 13:09:58 +0000 |
commit | 662d8935b0a4c16ce55957663cd48068466b43a6 (patch) | |
tree | 470d813da8f31e46a976c5a3f51b1458d726ae93 /.rubocop.yml | |
parent | 0beee7746e0d89d8bbab83f963f6b15fd56a1fc1 (diff) | |
download | redmine-662d8935b0a4c16ce55957663cd48068466b43a6.tar.gz redmine-662d8935b0a4c16ce55957663cd48068466b43a6.zip |
add Layout/DotPosition to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20655 e93f8b46-1217-0410-a6f0-8f06a7374b81
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: |