-
Notifications
You must be signed in to change notification settings - Fork 186
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
New stopifnot_all_linter #2273
New stopifnot_all_linter #2273
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2273 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 114 114
Lines 5258 5258
=======================================
Hits 5239 5239
Misses 19 19 |
WDYT about integrating it into |
I lean towards "no", since it's really a particular thing for That said, we don't have to stretch the definition of "conjunct" too much to make it work -- |
Metadata and vectorization tests would be nice. |
I think for linters built with |
If the linter ever gets more complex functionality in the future, these tests will ensure that it still works? |
I think the next commit would be the one to owe new tests. OTOH, it doesn't really hurt to add new tests. And more importantly, there is a new test of the XPath logic here, namely that it's not somehow over- or under-counting lints. Not sure we've come across that being an issue in the past, but still justifies the new test IMO. |
Part of #884
No lints on our own package