-
Notifications
You must be signed in to change notification settings - Fork 187
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
How to apply lintr to package, linting not working (? #1697
Comments
Hi @latot, can you share more details, for example, the .yml of your GHA (is it GHA)? please also check this package's own lint workflows for inspiration. |
Okis!, seems I'm using the same as this project, don't know why the warnings pass D: Yaml!
Note: Why opening the issue here? because, the idea of use |
please follow this one instead: |
I wish this would be merged soon. Because then users can just do: usethis::use_github_action("lint-changed-files") |
The PR mentioned by Indrajeet is now merged; please open a new issue if there's further uncertainty here. |
Hi all, I has been using lintr from some months, is great, seems there is some changes but I notice something really weird, I uses this as the doc says to enable the linting and check it:
Before, when there was a warning, the linting failed in the github tests so we can fix it, but for some reason, now the warnings of lintr does not fail, all tests pass fine, but when we check the linting test, there is warnings D:
Maybe the workflow of
lint
need an update? in that case would be nice to have a version 2 with it.Thx!
The text was updated successfully, but these errors were encountered: