Closed MichaelChirico closed 3 years ago
Well, {}
is an empty code block, not an unneeded concatenation.
Also note that with tidyeval syntax, df %>% select({{ symbol }})
is perfectly fine code.
Good point, OK I will write a more specific linter for my use case then.
Both of the following have the same effect:
The first is linted by
unneeded_concatenation_linter
; would it make sense to include the latter there as well?