Opt out of Rails/NegateInclude cop (#28370)

This commit is contained in:
Matt Jankowski 2023-12-18 07:21:45 -05:00 committed by GitHub
parent 1820bad646
commit 0b42cf2979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 17 deletions

View file

@ -115,6 +115,11 @@ Rails/SkipsModelValidations:
Rails/UnusedIgnoredColumns:
Enabled: false
# Reason: Prevailing style choice
# https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsnegateinclude
Rails/NegateInclude:
Enabled: false
# Reason: Some single letter camel case files shouldn't be split
# https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecfilepath
RSpec/FilePath: