7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
linters: lintr::linters_with_defaults(
|
|
line_length_linter(120),
|
|
commented_code_linter = NULL,
|
|
trailing_whitespace_linter = NULL
|
|
)
|
|
|