Closed
Description
I just installed this package and faced an issue with single line pipes. I have a function that basically looks like this.
myFun <- function() {
a %>% b() %>% c()
}
lintr::lint_package()
adds a style-marker here because of missing newlines. Is this behavior expected? Here is an actual repex: r-webutils/suitr@4f6f97e