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(rule): no-pointless-statements check for pointless super #45

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

sbdchd
Copy link
Owner

@sbdchd sbdchd commented Apr 15, 2021

Coming from JS one might think calling super() inside an __init__
method does something, but it's a no-op.

Might need to make this rule more specific since it checks for any calls
with name super().

Coming from JS one might think calling `super()` inside an `__init__`
method does something, but it's a no-op.
@sbdchd sbdchd added the automerge Auto merge with kodiak label Apr 15, 2021
@kodiakhq kodiakhq bot merged commit 492b28c into master Apr 15, 2021
@kodiakhq kodiakhq bot deleted the steve/update-no-pointless-statements branch April 15, 2021 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Auto merge with kodiak
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant