]> source.dussan.org Git - redmine.git/commitdiff
add Style/BlockComments to .rubocop.yml
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 12 Dec 2020 15:50:29 +0000 (15:50 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 12 Dec 2020 15:50:29 +0000 (15:50 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop.yml

index d791b4d6eaa1952d0f451ac6238d663dc4ab08e9..f49abcb47f38a080e24a77f29c45f7b289cdefbe 100644 (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: