Exclude vendor from rubocop.yml

This commit is contained in:
Sebastian Serth
2019-12-17 12:20:41 +01:00
parent 8eddcd44bc
commit bd4871c300

View File

@ -8,6 +8,7 @@ AllCops:
- db/schema.rb
- public/uploads/**/*
- tmp/**/*
- vendor/**/*
Rails:
Enabled: true
Metrics/LineLength: