``` writeLines(" `%++%` <- function(x, y) x+y ", tmp <- tempfile()) lintr::lint(tmp, lintr::object_name_linter()) # /tmp/Rtmp0dwFUb/file7f2d15642314:2:1: style: Variable and function name style should be snake_case. # `%++%` <- function(x, y) x+y # ^~~~~~ ``` Seems like that's not possible to put into snake case...