Skip to content

Commit 2ca2f75

Browse files
committed
chore: update robocop todos with non-obvious spec violations
1 parent b13db91 commit 2ca2f75

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.rubocop_todo.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,3 +345,23 @@ Style/ZeroLengthPredicate:
345345
# URISchemes: http, https
346346
Layout/LineLength:
347347
Max: 496
348+
349+
RSpec/ExampleLength:
350+
Exclude:
351+
- 'spec/**/*'
352+
353+
RSpec/MultipleMemoizedHelpers:
354+
Exclude:
355+
- 'spec/**/*'
356+
357+
RSpec/InstanceVariable:
358+
Exclude:
359+
- 'spec/**/*'
360+
361+
RSpec/NamedSubject:
362+
Exclude:
363+
- 'spec/**/*'
364+
365+
RSpec/NestedGroups:
366+
Exclude:
367+
- 'spec/**/*'

0 commit comments

Comments
 (0)