Exclude vendor from rubocop.yml
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user