Skip to content

Commit

Permalink
update lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 23, 2023
1 parent 9e8b4de commit 6d96fde
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .lintr
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
linters: with_defaults(object_name_linter = NULL,
object_length_linter(40),
commented_code_linter = NULL,
object_usage_linter = NULL,
line_length_linter(120),
cyclocomp_linter = cyclocomp_linter(20))
linters: linters_with_defaults(
absolute_path_linter = NULL,
commented_code_linter = NULL,
cyclocomp_linter = cyclocomp_linter(25),
extraction_operator_linter = NULL,
implicit_integer_linter = NULL,
line_length_linter(120),
namespace_linter = NULL,
nonportable_path_linter = NULL,
object_name_linter = NULL,
object_length_linter(50),
object_usage_linter = NULL,
todo_comment_linter = NULL,
undesirable_function_linter(c("mapply" = NA, "sapply" = NA, "setwd" = NA)),
undesirable_operator_linter = NULL,
defaults = linters_with_tags(tags = NULL)
)

0 comments on commit 6d96fde

Please sign in to comment.