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

[Fix #5979] Introduce cops with special status #7567

Merged
merged 8 commits into from Dec 24, 2019
Merged

[Fix #5979] Introduce cops with special status #7567

merged 8 commits into from Dec 24, 2019

Commits on Dec 20, 2019

  1. [Fix #5979] Introduce cops with special status

    Previously, new cops were introduced as either enabled or disabled. The
    ones enabled were bothering users with new offences, while disabled cops
    were often left out and remained under radars, while still being useful.
    
    By introducing this special status, users have to decide how to handle
    new cops, by explicitly enabling or disabling them.
    
    Cops are to be introduced with pending status between major releases of
    RuboCop and its extensions, and they eventually become enabled or
    disabled on major releases.
    
    Co-authored-by: Phil Pirozhkov <hello@fili.pp.ru>
    Maxim Krizhanovski and pirj committed Dec 20, 2019
    Copy the full SHA
    3080a55 View commit details
    Browse the repository at this point in the history
  2. fixup! Adjust changelog

    pirj committed Dec 20, 2019
    Copy the full SHA
    34dc15b View commit details
    Browse the repository at this point in the history
  3. fixup! Adjust cop generator

    pirj committed Dec 20, 2019
    Copy the full SHA
    feefcdd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    babf585 View commit details
    Browse the repository at this point in the history
  5. fixup! Add doc about versioning

    pirj committed Dec 20, 2019
    Copy the full SHA
    39ce911 View commit details
    Browse the repository at this point in the history
  6. fixup! Appease RuboCop

    pirj committed Dec 20, 2019
    Copy the full SHA
    be62a57 View commit details
    Browse the repository at this point in the history
  7. fixup! Fix alignment

    pirj committed Dec 20, 2019
    Copy the full SHA
    9b36f1f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. fixup! Add missing parent

    pirj committed Dec 23, 2019
    Copy the full SHA
    42dd985 View commit details
    Browse the repository at this point in the history