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

Disable Style/RedundantInitialize #605

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Conversation

czeise
Copy link
Contributor

@czeise czeise commented Feb 6, 2024

Fixes #602

As pointed out in #602, this cop is unsafe and could change intended behavior.

@czeise czeise requested a review from camilopayan February 6, 2024 14:56
@camilopayan camilopayan merged commit 76093d9 into main Feb 6, 2024
5 checks passed
@camilopayan camilopayan deleted the disable-redundant-initialize branch February 6, 2024 16:37
@dorianmariecom
Copy link

Thanks

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.

Removes empty initialize methods: Style/RedundantInitialize: Remove unnecessary empty initialize method.
3 participants