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

Support auto-correction comments at rubocop v1.26.0 #577

Merged
merged 1 commit into from Mar 10, 2022

Conversation

ryz310
Copy link
Owner

@ryz310 ryz310 commented Mar 10, 2022

The auto-gen-config's auto-correction comments have updated to new style at rubocop v1.26.0. This PR considers the new style.

- # Cop supports --auto-correct.
+ # This cop supports safe auto-correction (--auto-correct).

- # Cop supports --auto-correct-all.
+ # This cop supports unsafe auto-correction (--auto-correct-all).

See also: rubocop/rubocop#10414

@codeclimate
Copy link

codeclimate bot commented Mar 10, 2022

Code Climate has analyzed commit 8753cf8 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 99.8% (0.0% change).

View more on Code Climate.

@ryz310 ryz310 merged commit 430084a into master Mar 10, 2022
@ryz310 ryz310 deleted the support-auto-correction-comments-at-rubocop-v1.26.0 branch March 10, 2022 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant