mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
RuboCop ignore bin folder
This commit is contained in:
parent
b0b4b2cc0f
commit
e57d0a9afd
@ -1,5 +1,6 @@
|
||||
AllCops:
|
||||
RunRailsCops: true
|
||||
Exclude:
|
||||
- "bin/**/*"
|
||||
- "db/migrate/**/*"
|
||||
- "db/schema.rb"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user