We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cf. https://style.tidyverse.org/syntax.html?q=empty%20curly%20braces#indenting
library(lintr) lint( text = "while (waiting_for_something()) { }", linters = all_linters() ) #> ℹ No lints found. lint( text = "while (waiting_for_something()) { }", linters = all_linters() ) #> ℹ No lints found.
Created on 2024-10-02 with reprex v2.1.1
Instead of no lint, the {lintr} should recommend:
{lintr}
while (waiting_for_something()) {}
The text was updated successfully, but these errors were encountered:
Ideally, {styler} takes care of this r-lib/styler#1232
{styler}
Sorry, something went wrong.
No branches or pull requests
cf. https://style.tidyverse.org/syntax.html?q=empty%20curly%20braces#indenting
Created on 2024-10-02 with reprex v2.1.1
Instead of no lint, the
{lintr}
should recommend:while (waiting_for_something()) {}
The text was updated successfully, but these errors were encountered: