-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add config_file =
argument to lint()
& co.
#1177
Comments
WDYT about re-using
|
Good idea WDYT about renaming to
Of course we would need a deprecation cycle and some way to detect DCF vs. R. |
I'm not personally a fan of requiring people to distinguish Besides that the idea sounds good initially. I would use |
Related: #1515 |
The issue with Using |
Would be more convenient than
withr::with_options(c("lintr.linter_file" = my_new_config), lintr::lint_package())
when prepairing a config switch.The text was updated successfully, but these errors were encountered: