summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-02 06:32:18 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-02 06:32:18 +0000
commitbbd8e5a08a94bfb2447cba535b6fc1f03eb8a1cf (patch)
tree28a40f3d98e2766412a806cb81b0bd7cec1e9990 /.rubocop.yml
parent8a044af8530ecceb28b56575f0a66471595e527c (diff)
downloadredmine-bbd8e5a08a94bfb2447cba535b6fc1f03eb8a1cf.tar.gz
redmine-bbd8e5a08a94bfb2447cba535b6fc1f03eb8a1cf.zip
Update RuboCop to 1.42 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22021 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 89cdc8d73..d411d2a9a 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -254,3 +254,6 @@ Style/TrailingCommaInArrayLiteral:
Style/TrailingCommaInHashLiteral:
Enabled: false
+
+Style/YodaExpression:
+ Enabled: false