Update rubocop-rspec to version 3.0.1 (#30655)

This commit is contained in:
Matt Jankowski 2024-06-12 08:59:32 -04:00 committed by GitHub
parent 54ab70dfcf
commit 19f1c081e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 16 deletions

View file

@ -133,11 +133,6 @@ Rails/NegateInclude:
RSpec/ExampleLength:
CountAsOne: ['array', 'heredoc', 'method_call']
# Reason: Deprecated cop, will be removed in 3.0, replaced by SpecFilePathFormat
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecfilepath
RSpec/FilePath:
Enabled: false
# Reason:
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecnamedsubject
RSpec/NamedSubject: