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 b13db91 commit 2ca2f75Copy full SHA for 2ca2f75
.rubocop_todo.yml
@@ -345,3 +345,23 @@ Style/ZeroLengthPredicate:
345
# URISchemes: http, https
346
Layout/LineLength:
347
Max: 496
348
+
349
+RSpec/ExampleLength:
350
+ Exclude:
351
+ - 'spec/**/*'
352
353
+RSpec/MultipleMemoizedHelpers:
354
355
356
357
+RSpec/InstanceVariable:
358
359
360
361
+RSpec/NamedSubject:
362
363
364
365
+RSpec/NestedGroups:
366
367
0 commit comments