We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027d4d2 commit 467f071Copy full SHA for 467f071
.rubocop.yml
@@ -2121,6 +2121,8 @@ Metrics/BlockNesting:
2121
Metrics/ClassLength:
2122
Description: "Avoid classes longer than 100 lines of code."
2123
Enabled: true
2124
+ Exclude:
2125
+ - "test/**/*"
2126
VersionAdded: "0.25"
2127
VersionChanged: "0.87"
2128
CountComments: false # count full line comments?
0 commit comments