mirror of
https://github.com/redmine/redmine.git
synced 2026-01-23 07:53:10 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user