-
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
[feature request] generate a ".lintr" file function #902
Comments
That sounds like a nice idea, thanks for the suggestion! |
@AshesITR Thanks for letting me know! However, it was a little different from what I had imagined.
The main motivation for setting up this file is to make the length of one line 120. Of course, if all configuration items are output, it would be too much, so it would be nice to be able to filter the output items with an argument such as |
Thanks for your swift feedback. Dumping all default arguments seems rather advanced. Outputting all default linters would amount to 24 lines of code at the moment and outputting all linters (the equivalent of |
I thought it was wonderful that comments like the following were included in the file, which worked well with R's excellent help functionality.
However, users may not have loaded lintr, so a comment like I thought it would be useful too to add a link to the vignette (maybe |
closed by fff7808 |
New users who are not familiar with the DCF format will have a hard time trying to set up a
.lintr
file.I think it would be useful to have a function to generate a basic
.lintr
file.Related to #886.
The text was updated successfully, but these errors were encountered: