-
Notifications
You must be signed in to change notification settings - Fork 186
Make sure lintr finds .lintr
files when called from plugins.
#123
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
Comments
jimhester
pushed a commit
that referenced
this issue
Jul 25, 2018
Closed
2 tasks
#503 implements this via the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugins usually call
lint()
with a tempfile rather than the acutal filename, we need to change thelint()
API to take a optional filepath as well, which can be used to find the project configuration file.The text was updated successfully, but these errors were encountered: