assignment_linter(allow_trailing = FALSE)
fails when comment in brace
#1701
Labels
false-positive
code that shouldn't lint, but does
I have found an issue with the new allow_trailing argument for
assignment_linter
where if there is a comment somewhere in a set of braces, then it will flag all of the assignments in the bracesExpected: no lints
Actual: 4 lints
The text was updated successfully, but these errors were encountered: