We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab6402 commit 3586fecCopy full SHA for 3586fec
.rubocop.yml
@@ -19,6 +19,8 @@ Metrics/ClassLength:
19
20
Metrics/ModuleLength:
21
Max: 500
22
+ Exclude:
23
+ - 'test/**/*'
24
25
Metrics/MethodLength:
26
Max: 50
0 commit comments