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
|
- Include
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 3.2
|
TargetRubyVersion: 3.3
|
||||||
DisabledByDefault: true
|
DisabledByDefault: true
|
||||||
SuggestExtensions: false
|
SuggestExtensions: false
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
|
@ -23,6 +23,8 @@ AllCops:
|
||||||
- "bin/*"
|
- "bin/*"
|
||||||
- "node_modules/**/*"
|
- "node_modules/**/*"
|
||||||
- "vendor/**/*"
|
- "vendor/**/*"
|
||||||
|
- "storage/**/*"
|
||||||
|
- "tmp/**/*"
|
||||||
|
|
||||||
DS/AddConcurrentIndex:
|
DS/AddConcurrentIndex:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
Loading…
Reference in a new issue