From: Toshi MARUYAMA Date: Sat, 12 Dec 2020 15:50:29 +0000 (+0000) Subject: add Style/BlockComments to .rubocop.yml X-Git-Tag: 4.2.0~173 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e3f85628454f82505245bdd4275f21fe20393003;p=redmine.git add Style/BlockComments to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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: