r-lib / lifecycle

Manage the life cycle of your exported functions and arguments
https://lifecycle.r-lib.org
Other
94 stars 25 forks source link

Export `lifecycle_linter()` and update to lintr 3.0.0 #122

Open AshesITR opened 2 years ago

AshesITR commented 2 years ago

Related discussion in r-lib/lintr#1386. It would be nice if the lifecycle_linter() used in lint_lifecycle() could be exported and transformed to the new linter style. This would enable lintr to use this linter during a general lint workflow.

Let me know if you would like help with that.

hadley commented 10 months ago

We'd love help with this 😄

AshesITR commented 9 months ago

Starting work on this.