fix(rubocop): better perf in local
This commit is contained in:
parent
3796210928
commit
edeb9a46ec
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue