rubocop: Exclude vendored dependencies in CI

This commit is contained in:
Dylan Thacker-Smith
2023-01-10 15:34:56 -05:00
parent 8983fcb47e
commit a19320f8f8
+1
View File
@@ -4,6 +4,7 @@ AllCops:
Exclude:
- 'performance/shopify/*'
- 'pkg/**'
- 'vendor/bundle/**/*'
Metrics/BlockNesting:
Max: 3