-
Notifications
You must be signed in to change notification settings - Fork 196
exclude deprecated linters from overall list & tag-specific lists #1958
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
Conversation
|
Fixing the tests will be a bit of a pain. Hold off for now. |
Codecov Report
@@ Coverage Diff @@
## main #1958 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 113 113
Lines 4980 4980
=======================================
Hits 4928 4928
Misses 52 52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
ready for review now that tests are passing |
| expect_true(exists("linters", envir = help_env), info = "?linters exists") | ||
|
|
||
| # NB: objects in help_env are class Rd, see ?as.character.Rd (part of 'tools') | ||
| rd_as_string <- function(rd) paste(as.character(rd), collapse = "") |
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.
Nice helper 😃
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.
the whole test is still a bit of a mess to understand from scratch, this is a small improvement :)
Closes #1956