Skip to content

Commit

Permalink
update lintr file
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyBarthelemy committed Apr 5, 2024
1 parent efe4e28 commit b2bbb83
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .lintr
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b2bbb83

Please sign in to comment.