-
Notifications
You must be signed in to change notification settings - Fork 235
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
contextual-decorator: fails for some cases #776
Comments
@Attribute can only be used in a constructor. It's maybe the reason (which it's not a valid reason ;) ). So, I don't think it's intentional. |
@rafaelss95 , I've just seen that |
@wKoza Yep, it's supposed to be, however the rules are independent, right? |
I think we should still keep some consistency but I don't have the whole history of this rule. |
Today I noticed weird behavior for
and
Similar behavior for EDIT: I just checked pull request mentioned above 😃 |
Case 1: (It doesn't report failures for pipes)Fixed in #754.Case 2: (it doesn't report failures if
ViewChild
decorator is applied to a setter accessor)Also, the
@Attribute
decorator is not handled at the moment. Is it intentional? @mgechev @wKozaThe text was updated successfully, but these errors were encountered: