Skip to content
Snippets Groups Projects
Commit 21e1bb54 authored by Robert Speicher's avatar Robert Speicher
Browse files

Explicitly disable the RSpec/BeEql cop

This is a little too picky, even for us.
parent e21257f7
No related branches found
No related tags found
1 merge request!1227EE: Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops
Loading
Loading
@@ -769,6 +769,10 @@ Rails/ScopeArgs:
RSpec/AnyInstance:
Enabled: false
 
# Check for expectations where `be(...)` can replace `eql(...)`.
RSpec/BeEql:
Enabled: false
# Check that the first argument to the top level describe is the tested class or
# module.
RSpec/DescribeClass:
Loading
Loading
Loading
Loading
@@ -80,10 +80,6 @@ Performance/RedundantMatch:
Performance/RedundantMerge:
Enabled: false
 
# Offense count: 10
RSpec/BeEql:
Enabled: false
# Offense count: 26
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment