You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do we have a CRAN release script? we should add something that ensures this list is complete before release in case new tags are added
Yeah I thought about the possibility to add a test case, but wasn't sure if testthat would be able to reliably inspect the current package help index.
We should also check that all tags have at least one linter, that all tags listed in available_linters() are in fact documented, that all linters listed in available_linters() are exported (and documented) and all exported functions ending in _linter are in available_linters().
Even better would be to check for the Tags & Linters sections where appropriate, to ensure newly created linters have all the necessary boilerplate.
The text was updated successfully, but these errors were encountered:
The only minor gotcha with this approach is you have to have loaded the dev package before you run use_release_issue(), otherwise the extra bullets won't be found.
From https://github.com/AshesITR/lintr/pull/2#discussion_r820162915
The text was updated successfully, but these errors were encountered: