Skip to content
Snippets Groups Projects
Commit cb8d031e 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 58131ac9
No related merge requests found
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: 7
RSpec/BeEql:
Enabled: false
# Offense count: 15
# 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