add box lintrs
This commit is contained in:
parent
f6c4a372e1
commit
509c4c20a4
1 changed files with 5 additions and 1 deletions
6
.lintr
6
.lintr
|
@ -4,6 +4,10 @@ linters: linters_with_defaults(
|
|||
, object_usage_linter = NULL
|
||||
, indentation_linter(
|
||||
hanging_indent_style = "never"
|
||||
)
|
||||
),
|
||||
box_func_import_count_linter = box.linters::box_func_import_count_linter(),
|
||||
box_separate_calls_linter = box.linters::box_separate_calls_linter(),
|
||||
box_trailing_commas_linter = box.linters::box_trailing_commas_linter(),
|
||||
box_universal_import_linter = box.linters::box_universal_import_linter()
|
||||
) # see vignette("lintr")
|
||||
encoding: "UTF-8"
|
||||
|
|
Loading…
Reference in a new issue