-
Notifications
You must be signed in to change notification settings - Fork 11
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
rule: guard-super-call #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also be catching missing super calls? if there isn't a member in the body, we should probably tell them to add a [guarded] super call
I was thinking that might be better as a separate rule. Also, kinda goes along with |
when you get chance can you rebase onto master (or catch up). will take another look when im back on tomorrow |
7038f0e
to
6d624fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rebase this then it looks good to go i think? last change you did was to clean up the conditions a bit but i think that was all
499c954
to
8e6ff17
Compare
Closes #5
TODO:
@customElement
working (Maybe you can help @43081j)