mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Exclude spec folder from ruby linter
This commit is contained in:
parent
618f5cfb53
commit
15d5bb073d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ AllCops:
|
|||
Exclude:
|
||||
- "vendor/**/*"
|
||||
- "db/schema.rb"
|
||||
- "spec/**/*"
|
||||
NewCops: enable
|
||||
UseCache: false
|
||||
TargetRubyVersion: 2.6
|
||||
|
|
Loading…
Reference in a new issue