custom parts for rubocop to run. don't worry about block length in many
parts. hide extension suggestionspull/29/head
parent
7d35133e43
commit
bf6ed14b5e
|
|
@ -0,0 +1,6 @@
|
|||
AllCops:
|
||||
NewCops: enable
|
||||
SuggestExtensions: false
|
||||
|
||||
Metrics/BlockLength:
|
||||
AllowedMethods: ['describe', 'context', 'route', 'r.on', 'r.post']
|
||||
Loading…
Reference in New Issue