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? 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
Is the indentation lint here a false positive? AFAICT, the indentation should be 6 spaces here.
Indentation should be 4 spaces but is 6 spaces.
Btw, if I try to inline this, I create line_length_linter() lint.
line_length_linter()
Originally posted by @IndrajeetPatil in #1748 (comment)
This should not lint:
a <- # comment 42L
The text was updated successfully, but these errors were encountered:
nolint
undesirable_operator_linter()
fix #1751
8e84b23
indentation_linter
Enhance and fix indentation_linter (#1758)
482402d
* fix #1751 * fix #1754 * omit \cr * more tests * fix cyclocomp * remove unnecessary Rd comment * remove stray nolint end * increase coverage, more tightly define always-hanging style * line_length Co-authored-by: Michael Chirico <chiricom@google.com>
AshesITR
Successfully merging a pull request may close this issue.
Is the indentation lint here a false positive? AFAICT, the indentation should be 6 spaces here.
Btw, if I try to inline this, I create
line_length_linter()
lint.Originally posted by @IndrajeetPatil in #1748 (comment)
This should not lint:
The text was updated successfully, but these errors were encountered: