You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title pretty much covers it. When I run rubocop --auto-gen-config --exclude-limit 500 --no-offense-counts on Rubocop v0.40.0, the first two lines of .rubocop_todo.yml say:
# This configuration was generated by# `rubocop --auto-gen-config --exclude-limit 500`
when I expect it to say:
# This configuration was generated by# `rubocop --auto-gen-config --exclude-limit 500 --no-offense-counts`
The text was updated successfully, but these errors were encountered:
Previously the `--auto-gen-config` flag did not include the
`--no-offense-counts` option in the command logged at the
top of `.rubocop_todo.yml`. This adds it.
Title pretty much covers it. When I run
rubocop --auto-gen-config --exclude-limit 500 --no-offense-counts
on Rubocop v0.40.0, the first two lines of.rubocop_todo.yml
say:when I expect it to say:
The text was updated successfully, but these errors were encountered: