add Style/BlockComments to .rubocop.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-12-12 15:50:29 +00:00
parent 2e67986a92
commit e3f8562845

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: