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 #9922] Replace extra disable directives with comma #9937

Merged
merged 1 commit into from Jul 16, 2021

Commits on Jul 16, 2021

  1. [Fix rubocop#9922] Replace extra disable directives with comma

    Just removing cop names from disable directives is not a good
    solution. It's bound to cause infinite loop errors when those cops try
    to add the disable directives back. The natural solution is to put in
    commas instead.
    jonas054 committed Jul 16, 2021
    Copy the full SHA
    49b3999 View commit details
    Browse the repository at this point in the history