You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lintr::lint("x <- 2 # -------------------------------------------------------------------------------\n",
parse_settings=FALSE)
#> <text>:1:1: style: Lines should not be more than 80 characters.#> x <- 2 # -------------------------------------------------------------------------------#> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#> <text>:1:1: style: Lines should not be more than 80 characters.#> x <- 2 # -------------------------------------------------------------------------------#> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found during vignette writing for #660
Created on 2020-12-06 by the reprex package (v0.3.0)
Happens only if the offending line contains R code.
I assume the problem is we lint over
full_parsed_content
plusparsed_content
.The text was updated successfully, but these errors were encountered: