From b2bbb83a0cd9a3950bed68764b7a6c8e4ba9c663 Mon Sep 17 00:00:00 2001 From: Tanguy BARTHELEMY Date: Fri, 5 Apr 2024 11:05:22 +0200 Subject: [PATCH] update lintr file --- .lintr | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .lintr diff --git a/.lintr b/.lintr new file mode 100644 index 00000000..42f61edb --- /dev/null +++ b/.lintr @@ -0,0 +1,27 @@ +linters: linters_with_defaults( + indentation_linter = lintr::indentation_linter(indent = 4L), + indentation_linter = NULL, + trailing_blank_lines_linter = NULL, + trailing_whitespace_linter = NULL, + whitespace_linter = NULL, + #assignment_linter = NULL, + brace_linter = NULL, + infix_spaces_linter = NULL, + paren_body_linter = NULL, + indentation_linter = NULL, + function_left_parentheses_linter = NULL, + spaces_left_parentheses_linter = NULL, + commas_linter = NULL, + quotes_linter = NULL, + spaces_inside_linter = NULL, + vector_logic_linter = NULL, + seq_linter = NULL, + object_length_linter = NULL, + semicolon_linter = NULL, + cyclocomp_linter = NULL, + object_usage_linter = NULL, + object_name_linter = NULL, + line_length_linter = NULL, + commented_code_linter = NULL + ) +encoding: "UTF-8"