quarto-blog/.lintr

14 lines
556 B
Text
Raw Permalink Normal View History

2024-05-17 16:19:09 -04:00
linters: linters_with_defaults(
line_length_linter(120)
, commented_code_linter = NULL
, object_usage_linter = NULL
, indentation_linter(
hanging_indent_style = "never"
2024-09-29 08:53:45 -04:00
),
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()
2024-05-17 16:19:09 -04:00
) # see vignette("lintr")
encoding: "UTF-8"