diff options
author | Go MAEDA <maeda@farend.jp> | 2019-11-29 07:36:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-11-29 07:36:15 +0000 |
commit | 4471399e33a9793a4885e62ddb55c0d512f354fc (patch) | |
tree | d5cfe6dd234939ea78a02379002e4e7ebf7800a8 /.rubocop.yml | |
parent | 677dfdc88332aaf11c668a1d64b814dd3ac93e81 (diff) | |
download | redmine-4471399e33a9793a4885e62ddb55c0d512f354fc.tar.gz redmine-4471399e33a9793a4885e62ddb55c0d512f354fc.zip |
Update RuboCop to 0.77 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@19320 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 864bf0c45..a383a9172 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,12 +48,12 @@ Layout/SpaceInsideBlockBraces: Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space +Lint/SuppressedException: + AllowComments: true + Layout/TrailingWhitespace: AllowInHeredoc: true -Lint/HandleExceptions: - AllowComments: true - Metrics: Enabled: false |