Skip to content
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

lint_xxx() functions use incorrect pattern for searching paths #165

Open
ErdaradunGaztea opened this issue Apr 24, 2023 · 2 comments
Open
Labels
bug an unexpected problem or unintended behavior

Comments

@ErdaradunGaztea
Copy link

The current pattern doesn't check for the end of file name, which caused my call to try reading .Rproj and sysdata.rda files. A $ added at the end should do the trick.

(Sorry for not being more detailed, I'm on my phone in the middle of uni course currently)

@hadley hadley added the bug an unexpected problem or unintended behavior label Nov 2, 2023
@hadley hadley changed the title lint_xxx() functions have incorrect pattern lint_xxx() functions use incorrect pattern for searching paths Nov 2, 2023
@hadley
Copy link
Member

hadley commented Nov 2, 2023

Thanks for reporting this!

@AshesITR
Copy link

I will resolve this with a PR updating the lint functions to lintr >= 3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants