trailing_whitespace_linter {lintr} | R Documentation |
Check that there are no space characters at the end of source lines.
trailing_whitespace_linter(allow_empty_lines = FALSE, allow_in_strings = TRUE)
allow_empty_lines |
Suppress lints for lines that contain only whitespace. |
allow_in_strings |
Suppress lints for trailing whitespace in string constants. |
linters for a complete list of linters available in lintr.