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

Skip config tests on minimum Rubocop version #391

Merged
merged 1 commit into from May 13, 2022

Commits on May 13, 2022

  1. Skip config tests on minimum Rubocop version

    While we want to ensure we're always compatible with the minimum Rubocop
    version we declare in our gemspec, the config checks are specific to the
    Rubocop version listed in Gemfile.lock.
    
    As such, we skip these tests when checking against the minimum Rubocop version.
    
    Rubocop is still invoked against the repository's own code during these runs,
    which allows us to catch incompatible config (e.g. cops only available in new
    versions, deprecated config keys).
    sambostock committed May 13, 2022
    Copy the full SHA
    7175204 View commit details
    Browse the repository at this point in the history