Exclude vendor from rubocop.yml
This commit is contained in:
@ -8,6 +8,7 @@ AllCops:
|
||||
- db/schema.rb
|
||||
- public/uploads/**/*
|
||||
- tmp/**/*
|
||||
- vendor/**/*
|
||||
Rails:
|
||||
Enabled: true
|
||||
Metrics/LineLength:
|
||||
|
Reference in New Issue
Block a user