Use rubocop DisplayCopNames and UseCache defaults (true) (#30750)

This commit is contained in:
Matt Jankowski 2024-06-19 05:34:24 -04:00 committed by GitHub
parent 49b323c13d
commit 5f4d231e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,6 @@
---
AllCops:
CacheRootDirectory: tmp
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- Vagrantfile
@ -10,7 +9,6 @@ AllCops:
ExtraDetails: true
NewCops: enable
TargetRubyVersion: 3.1 # Oldest supported ruby version
UseCache: true
inherit_from:
- .rubocop/layout.yml