mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Tell RuboCop to ignore vendor code
This commit is contained in:
parent
8266acdd56
commit
934735c793
@ -4,6 +4,7 @@ AllCops:
|
||||
- "bin/**/*"
|
||||
- "db/migrate/**/*"
|
||||
- "db/schema.rb"
|
||||
- "vendor/**/*"
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 90
|
||||
|
||||
Loading…
Reference in New Issue
Block a user