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

Enable Migration/DepartmentName cop by default #7723

Merged

Commits on Feb 17, 2020

  1. Enable Migration/DepartmentName cop by default

    This PR enables `Migration/DepartmentName` cop by default.
    
    The cop has been added at rubocop#7385.
    
    The cop will promote the migration to adding department name to cop name.
    Omitting a department name will not be supported in the future,
    so enabling this cop by default will facilitate the migration.
    
    The PR was inspired by the following issue:
    
    > RuboCop no longer supports ambiguous cop names (those without a department).
    
    rubocop#7717 (comment)
    koic committed Feb 17, 2020
    Copy the full SHA
    d7a698c View commit details
    Browse the repository at this point in the history