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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable new cops by default #581

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Disable new cops by default #581

merged 2 commits into from
Oct 30, 2023

Commits on Oct 6, 2023

  1. Disable new cops by default

    Shopify's Ruby Style Guide disallows pending cops. That is, any time the development version of Rubocop is updated, any new pending cops will fail CI until we explicitly enable or disable them.
    
    However, due to time between releases, consumers having upgraded Rubocop may end up triaging cops themselves to get rid of the pending cops message.
    
    Therefore, this switches the config to disable new cops by default, in favour of waiting for us to triage them. Of course, consumers can always choose to override individual cops, or even this entire setting.
    sambostock committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7d63022 View commit details
    Browse the repository at this point in the history
  2. Dump full RuboCop config

    This automated commit dumps the contents of the full RuboCop config.
    [dependabot skip]
    github-actions[bot] committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7c76b64 View commit details
    Browse the repository at this point in the history