diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-12 16:23:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-12 16:23:31 +0000 |
commit | c73884aee26e45d826327031f2fa672b66267b94 (patch) | |
tree | 0db07f6fa618d7962579cb4e2f7ee2954f2a016b /.rubocop.yml | |
parent | 2edbd2a5974bb01dd38b94507d56c355dbe8b4ae (diff) | |
download | redmine-c73884aee26e45d826327031f2fa672b66267b94.tar.gz redmine-c73884aee26e45d826327031f2fa672b66267b94.zip |
rubocop: use Lint/HandleExceptions AllowComments true
git-svn-id: http://svn.redmine.org/redmine/trunk@18457 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 936c9ad96..45f4bf5d0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -31,6 +31,9 @@ Layout/SpaceInsideBlockBraces: Layout/TrailingWhitespace: AllowInHeredoc: true +Lint/HandleExceptions: + AllowComments: true + Metrics: Enabled: false |