Exclude spec folder from ruby linter

This commit is contained in:
Martin Artnik 2021-06-30 13:12:19 +02:00
parent 618f5cfb53
commit 15d5bb073d

View file

@ -6,6 +6,7 @@ AllCops:
Exclude:
- "vendor/**/*"
- "db/schema.rb"
- "spec/**/*"
NewCops: enable
UseCache: false
TargetRubyVersion: 2.6