rubocop #29

Merged
bucky merged 18 commits from rubocop into master 2023-10-22 15:11:24 -07:00
Showing only changes of commit bf6ed14b5e - Show all commits
+6
View File
@@ -0,0 +1,6 @@
AllCops:
NewCops: enable
SuggestExtensions: false
Metrics/BlockLength:
AllowedMethods: ['describe', 'context', 'route', 'r.on', 'r.post']