Set Rubocop TargetRubyVersion to 3.1 (#38585).

git-svn-id: https://svn.redmine.org/redmine/trunk@22974 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-08-21 00:58:24 +00:00
parent 93645a279e
commit 8c148bf6d0

View File

@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
TargetRailsVersion: 7.2
NewCops: enable
@@ -228,6 +228,7 @@ Style/GlobalStdStream:
Style/HashSyntax:
EnforcedStyle: no_mixed_keys
EnforcedShorthandSyntax: either
Style/HashEachMethods:
Exclude: