Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using newly added cops #1065

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Stop using newly added cops #1065

merged 1 commit into from
Oct 28, 2020

Commits on Oct 28, 2020

  1. Stop using newly added cops

        lib/rubocop/cop/rspec/multiple_expectations.rb:73:32: W: Lint/ToEnumArguments: Ensure you correctly provided all the arguments.
                  expectations_count = to_enum(:find_expectation, node).count
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    We'd still love to use OUR new cops while working on our codebase, let's
    see how this option works when set under RSpec namespace when we
    introduce the first pending cop.
    pirj committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c758ebf View commit details
    Browse the repository at this point in the history