Update rubocop configuration for ruby 3.2

pull/11931/merge
Christophe Bliard 2 years ago
parent bbd3f18dbb
commit 2cd2e7df5e
No known key found for this signature in database
GPG Key ID: 2BC07603210C3FA4
  1. 2
      .rubocop.yml

@ -10,7 +10,7 @@ inherit_mode:
- Exclude - Exclude
AllCops: AllCops:
TargetRubyVersion: 3.1 TargetRubyVersion: 3.2
# Enable any new cops in new versions by default # Enable any new cops in new versions by default
NewCops: enable NewCops: enable
Exclude: Exclude:

Loading…
Cancel
Save