mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-05 14:24:51 +01:00
Target oldest support ruby for rubocop
This commit is contained in:
parent
94eacca6ed
commit
059bbbe0a4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ AllCops:
|
||||||
- lib/mastodon/migration_helpers.rb
|
- lib/mastodon/migration_helpers.rb
|
||||||
ExtraDetails: true
|
ExtraDetails: true
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
TargetRubyVersion: 3.2 # Oldest supported ruby version
|
TargetRubyVersion: 3.3 # Oldest supported ruby version
|
||||||
|
|
||||||
inherit_from:
|
inherit_from:
|
||||||
- .rubocop/layout.yml
|
- .rubocop/layout.yml
|
||||||
|
|
Loading…
Reference in a new issue