William Cheng e05b9746ea
[R] Add lintr (#12902)
* add lintr

* update samples
2022-07-17 17:29:05 +08:00

7 lines
113 B
Plaintext
Vendored

linters: linters_with_defaults(
line_length_linter(160),
object_name_linter = NULL
)
exclusions: list(
)