custom parts for rubocop to run. don't worry about block length in many

parts. hide extension suggestions
pull/29/head
Adam Townsend 2023-10-22 13:15:09 -07:00
parent 7d35133e43
commit bf6ed14b5e
1 changed files with 6 additions and 0 deletions

6
.rubocop.yml 100644
View File

@ -0,0 +1,6 @@
AllCops:
NewCops: enable
SuggestExtensions: false
Metrics/BlockLength:
AllowedMethods: ['describe', 'context', 'route', 'r.on', 'r.post']