-
Notifications
You must be signed in to change notification settings - Fork 187
unreachable_code_linter carve-out for 'nolint end' should also apply to 'nocov end' #2327
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
Maybe allow comments in general? |
I guess optionally, but they're specifically included: lintr/R/unreachable_code_linter.R Lines 112 to 116 in ef82966
Often come across things like return(x)
# debugging
# print(x)
|
I see. Is there a similar way to find what |
Looks like we can simply read |
Sweet, and it's a regex too. |
This is currently linted:
lintr/R/get_source_expressions.R
Line 281 in 0815b2a
The text was updated successfully, but these errors were encountered: