Browse Source

add Style/BlockComments to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 years ago
parent
commit
e3f8562845
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      .rubocop.yml

+ 5
- 0
.rubocop.yml View File

@@ -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:

Loading…
Cancel
Save