Skip to content

Commit d1d895b

Browse files
committed
Fix RuboCop CI vendor traversal
1 parent ae5df91 commit d1d895b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ AllCops:
1111
- '**/*.yml'
1212
- '**/*.yaml'
1313
- '**/.tool-versions'
14+
- 'coverage/**/*'
15+
- 'frontend/node_modules/**/*'
16+
- 'frontend/test-results/**/*'
17+
- 'public/frontend/**/*'
18+
- 'tmp/**/*'
19+
- 'vendor/**/*'
1420

1521
Layout/LineLength:
1622
Max: 120

0 commit comments

Comments
 (0)