rubocop.yml: enable ActiveSupportExtensionsEnabled.

This commit is contained in:
Mike McQuaid 2022-06-28 10:07:56 +01:00
parent b9d62052e9
commit e6323100bb
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829

View File

@ -13,6 +13,7 @@ inherit_mode:
AllCops:
TargetRubyVersion: 2.6
DisplayCopNames: false
ActiveSupportExtensionsEnabled: true
# enable all pending rubocops
NewCops: enable
Include: