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 - db/schema.rb
- public/uploads/**/* - public/uploads/**/*
- tmp/**/* - tmp/**/*
- vendor/**/*
Rails: Rails:
Enabled: true Enabled: true
Metrics/LineLength: Metrics/LineLength: