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

parts. hide extension suggestions
This commit is contained in:
2023-10-22 13:15:09 -07:00
parent 7d35133e43
commit bf6ed14b5e
+6
View File
@@ -0,0 +1,6 @@
AllCops:
NewCops: enable
SuggestExtensions: false
Metrics/BlockLength:
AllowedMethods: ['describe', 'context', 'route', 'r.on', 'r.post']