mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Use rubocop DisplayCopNames
and UseCache
defaults (true) (#30750)
This commit is contained in:
parent
49b323c13d
commit
5f4d231e98
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
AllCops:
|
AllCops:
|
||||||
CacheRootDirectory: tmp
|
CacheRootDirectory: tmp
|
||||||
DisplayCopNames: true
|
|
||||||
DisplayStyleGuide: true
|
DisplayStyleGuide: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- Vagrantfile
|
- Vagrantfile
|
||||||
|
@ -10,7 +9,6 @@ AllCops:
|
||||||
ExtraDetails: true
|
ExtraDetails: true
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
TargetRubyVersion: 3.1 # Oldest supported ruby version
|
TargetRubyVersion: 3.1 # Oldest supported ruby version
|
||||||
UseCache: true
|
|
||||||
|
|
||||||
inherit_from:
|
inherit_from:
|
||||||
- .rubocop/layout.yml
|
- .rubocop/layout.yml
|
||||||
|
|
Loading…
Reference in a new issue