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

fix(no-input-prefix): exact strings not being reported #597

Merged
merged 1 commit into from May 4, 2018
Merged

fix(no-input-prefix): exact strings not being reported #597

merged 1 commit into from May 4, 2018

Conversation

rafaelss95
Copy link
Collaborator

Fixed according to discussion in #594.

const source = `
@Directive()
class ${className} {
${inputExpression}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not use interpolation that aggressively. If we duplicate should twice in a single test case, this is fine. Currently, the code is a bit hard to follow.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I hope it's clear now :)

@mgechev mgechev merged commit 1ed8d8c into mgechev:master May 4, 2018
@rafaelss95 rafaelss95 deleted the fix-no-input-prefix branch May 4, 2018 01:06
@mgechev mgechev added this to the 4.4.0 - Ken Thompson milestone Jun 24, 2018
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

2 participants