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

Update auto-gen-config's comment re auto-correct #10384

Merged

Commits on Jan 29, 2022

  1. Update auto-gen-config's comment re auto-correct

    The auto-gen-config output will say "Cop supports --auto-correct" for
    cops which do not support --auto-correct, but which do support
    --auto-correct-all. Let's update the output to reflect that. When
    someone is working on the todo list, this can be helpful information to
    have at hand.
    
    I'll often run something like:
    
    `bin/rubocop --only Style/StringConcatenation -a` and then realize
    actually that won't work, and this would save me a few seconds.
    maxjacobson committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    1400d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fbd316 View commit details
    Browse the repository at this point in the history