Skip to content

Commit ef9b552

Browse files
authored
Merge pull request #19040 from opf/disable-rubocop-rspec-include-examples-cop
Disable `RSpec/IncludeExamples` cop
2 parents fc92773 + 613ea78 commit ef9b552

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ RSpec/DescribeClass:
204204
- 'spec/features/**/*.rb'
205205
- 'modules/*/spec/features/**/*.rb'
206206

207+
# Nothing wrong with `include_examples` when used properly.
208+
RSpec/IncludeExamples:
209+
Enabled: false
210+
207211
# Allow number HTTP status codes in specs
208212
RSpecRails/HttpStatus:
209213
Enabled: false

0 commit comments

Comments
 (0)