ignore bundled dependencies in CI

they are getting installed to vendor/bundle
This commit is contained in:
Jon Ruskin 2022-12-22 15:20:08 -07:00
Родитель e6e306fc11
Коммит 69397113d1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,4 +5,4 @@ inherit_gem:
AllCops:
Exclude:
- test/fixtures/**/*
- vendor/gems/**/*
- vendor/**/*