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 c8ab089 commit 73fc82eCopy full SHA for 73fc82e
.rubocop.yml
@@ -56,6 +56,7 @@ Metrics/CyclomaticComplexity:
56
Metrics/LineLength:
57
Max: 80
58
IgnoredPatterns:
59
+ - "^\\s*RSpec.describe"
60
- "^\\s*describe"
61
- "^\\s*context"
62
- "^\\s*it"
0 commit comments