-
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
Use make_linter_from_xpath() to generate simple linters #2128
Conversation
Draft while #2126 is pending since the diff base is unclear --> harder to review |
'utils.R' | ||
'aaa.R' | ||
'AAA.R' |
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.
somewhat surprisingly roxygen2 uses C sorting -> aaa.R
was coming after T_and_F_symbol_linter.R
, which seems unintentional. Hence the name change.
Codecov Report
@@ Coverage Diff @@
## main #2128 +/- ##
==========================================
- Coverage 99.65% 99.64% -0.02%
==========================================
Files 121 111 -10
Lines 5260 5097 -163
==========================================
- Hits 5242 5079 -163
Misses 18 18 |
So cool!! Thanks for introducing this helper. |
Follow-up to #2126 to demonstrate utility within our suite.