-
Notifications
You must be signed in to change notification settings - Fork 245
feat(eslint-plugin-template): [click-events-have-key-events] Added ignoreWithDirectives option #2365
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
feat(eslint-plugin-template): [click-events-have-key-events] Added ignoreWithDirectives option #2365
Conversation
View your CI Pipeline Execution ↗ for commit fbae881.
☁️ Nx Cloud last updated this comment at |
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.
Thanks for this @jelledijkstra97 please have a run through the commands with have in ci.yml and make sure they are all passing
@JamesHenry I updated the docs and the tests succeed on my machine now |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2365 +/- ##
==========================================
+ Coverage 92.88% 92.89% +0.01%
==========================================
Files 197 197
Lines 4145 4154 +9
Branches 970 973 +3
==========================================
+ Hits 3850 3859 +9
Misses 227 227
Partials 68 68
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Thanks again! |
…noreWithDirectives option (angular-eslint#2365)
Added the ignoreWithDirective option to the click-events-have-key-events rule. See #1996