-
Notifications
You must be signed in to change notification settings - Fork 187
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
Extend library_call_linter for character.only usage #2279
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2279 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 115 115
Lines 5285 5331 +46
=======================================
+ Hits 5266 5312 +46
Misses 19 19 ☔ View full report in Codecov by Sentry. |
NB: holding off on adding examples until we decide whether this should be subsumed into |
I'm in favor of subsuming - the linter name contains |
OK, done. Follow-up: Should either behavior (existing top-of-script enforcement vs. new |
For now, I wouldn't create an option unless we get a feature request. The intention of the two lints appears to be the same - getting a clean |
Co-authored-by: Indrajeet Patil <[email protected]>
Part of #884
Here I think the main question is whether this might be subsumed into
library_call_linter()
.