-
-
Notifications
You must be signed in to change notification settings - Fork 242
fix(eslint-plugin-template): [prefer-at-empty] remove closing brace from @if when no longer needed #2450
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(eslint-plugin-template): [prefer-at-empty] remove closing brace from @if when no longer needed #2450
Conversation
View your CI Pipeline Execution ↗ for commit 4e86fa7.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2450 +/- ##
=======================================
Coverage 92.84% 92.85%
=======================================
Files 195 195
Lines 4083 4085 +2
Branches 951 952 +1
=======================================
+ Hits 3791 3793 +2
Misses 225 225
Partials 67 67
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.
We need this into main please it’s a current issue, I’ll port it into v20 after that
…rom @if when no longer needed
3f59083
to
4e86fa7
Compare
@reduckted Thanks but this should still have been modifying the existing test that has a parse error in it? Not just adding something net new? |
👍 Done! |
@reduckted I wonder if you replied by email or something because that reply was too fast, and inaccurate 😄 |
I think the diff is just a bit confusing. The existing test called |
Ah you're right, the new test made the diff confusing. Thanks! |
…rom @if when no longer needed (angular-eslint#2450)
Fixes #2448 (comment)