fix(rubocop): better perf in local

This commit is contained in:
Colin Darie 2024-04-29 00:16:24 +02:00
parent 3796210928
commit edeb9a46ec
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -11,7 +11,7 @@ inherit_mode:
- Include
AllCops:
TargetRubyVersion: 3.2
TargetRubyVersion: 3.3
DisabledByDefault: true
SuggestExtensions: false
NewCops: enable
@ -23,6 +23,8 @@ AllCops:
- "bin/*"
- "node_modules/**/*"
- "vendor/**/*"
- "storage/**/*"
- "tmp/**/*"
DS/AddConcurrentIndex:
Enabled: true