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?
The
{{operator (as alternative to!!+enquo) was introduced inrlang 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
lintrtreats this as a lint and my PR builds are flooded withlintr-botcomments:IndrajeetPatil/ggstatsplot#255 (comment)
Any way to make sure that this is not counted as a lint?