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

Add --regenerate-todo command line option to rebuild .rubocop_todo.yml using its previous options #8778

Merged
merged 3 commits into from Sep 25, 2020

Commits on Sep 24, 2020

  1. Add opposite versions of --auto-gen-config adjacent switches so tha…

    …t they can be overridden when regenerating the todo file
    dvandersluis committed Sep 24, 2020
    Copy the full SHA
    7375130 View commit details
    Browse the repository at this point in the history
  2. Add --regenerate-todo option to rebuild the todo file using the pre…

    …vious options, or acts as `--auto-gen-config` if there is no valid todo file.
    
    Other options that affect `--auto-gen-config` are accepted, and can be passed in to override values in the previous todo.
    eg. `--regenerate-todo --offense-counts` will supercede `--no-offense-counts`.
    dvandersluis committed Sep 24, 2020
    Copy the full SHA
    32ec02c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Copy the full SHA
    f9a30fe View commit details
    Browse the repository at this point in the history