summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-04-05 05:45:22 +0000
committerGo MAEDA <maeda@farend.jp>2020-04-05 05:45:22 +0000
commitc4ff55ac9bd8513f85d8a600274e6cfb96cd436a (patch)
tree75809e916b66fd8647ffe08266989a95054644a1 /.rubocop.yml
parent118cb5ab235169ea5a21acd841c8e2d8c72de191 (diff)
downloadredmine-c4ff55ac9bd8513f85d8a600274e6cfb96cd436a.tar.gz
redmine-c4ff55ac9bd8513f85d8a600274e6cfb96cd436a.zip
Update RuboCop to 0.81 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@19645 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 4b63e0b5f..6b890cd50 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -48,6 +48,12 @@ Layout/SpaceInsideBlockBraces:
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
+Lint/RaiseException:
+ Enabled: true
+
+Lint/StructNewOverride:
+ Enabled: true
+
Lint/SuppressedException:
AllowComments: true