Feature Request: Further customise of our .lintr file #2477
manciniedoardo
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I'm curious how we can make this work for us especially since we are reaching more of a steady state. This way some of our programming conventions can be automatically checked and enforced. .... but I feel like it should be a discussion rather than an issue. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Idea
What if we leveraged the functionality in
{lintr}
to make custom linters?One example I can think of is related to our recent error messaging update. Now that we use
{cli}
, do we ever need to usestop()
orwarning()
? If not, we could make a custom linter for them to avoid ever introducing them in our codebase.@pharmaverse/admiral any thoughts?
Some thoughts:
{admiraldev}
as well.Beta Was this translation helpful? Give feedback.
All reactions