diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-12 15:50:29 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-12 15:50:29 +0000 |
commit | e3f85628454f82505245bdd4275f21fe20393003 (patch) | |
tree | f5f98cc2773f7206fe596245c51dc2a0001be345 /.rubocop.yml | |
parent | 2e67986a920065ef7b7277fe21d9ad5e715f8486 (diff) | |
download | redmine-e3f85628454f82505245bdd4275f21fe20393003.tar.gz redmine-e3f85628454f82505245bdd4275f21fe20393003.zip |
add Style/BlockComments to .rubocop.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81
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 d791b4d6e..f49abcb47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -133,6 +133,11 @@ Style/AsciiComments: # We can not change nor remove it. - 'app/models/repository/git.rb' +Style/BlockComments: + Enabled: true + Exclude: + - 'lib/diff.rb' + Style/BlockDelimiters: Enabled: true Exclude: |