From e3f85628454f82505245bdd4275f21fe20393003 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 12 Dec 2020 15:50:29 +0000 Subject: [PATCH] add Style/BlockComments to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@20646 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: -- 2.39.5