-
Notifications
You must be signed in to change notification settings - Fork 193
Closed
Labels
featurea feature request or enhancementa feature request or enhancement
Description
The {{
operator (as alternative to !!
+ enquo
) was introduced in rlang 0.4.0
(https://www.tidyverse.org/articles/2019/06/rlang-0-4-0/) and I've started using this new operator in my packages.
But now lintr
treats this as a lint and my PR builds are flooded with lintr-bot
comments:
IndrajeetPatil/ggstatsplot#255 (comment)
Any way to make sure that this is not counted as a lint?
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancement