mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-26 02:31:09 +00: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:
parent
93645a279e
commit
8c148bf6d0
@ -1,7 +1,7 @@
|
|||||||
inherit_from: .rubocop_todo.yml
|
inherit_from: .rubocop_todo.yml
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 3.0
|
TargetRubyVersion: 3.1
|
||||||
TargetRailsVersion: 7.2
|
TargetRailsVersion: 7.2
|
||||||
|
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
@ -228,6 +228,7 @@ Style/GlobalStdStream:
|
|||||||
|
|
||||||
Style/HashSyntax:
|
Style/HashSyntax:
|
||||||
EnforcedStyle: no_mixed_keys
|
EnforcedStyle: no_mixed_keys
|
||||||
|
EnforcedShorthandSyntax: either
|
||||||
|
|
||||||
Style/HashEachMethods:
|
Style/HashEachMethods:
|
||||||
Exclude:
|
Exclude:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user