Skip to content

Commit

Permalink
bump cyclocomp thresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Oct 21, 2024
1 parent 0837d9b commit e6c4166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ linters: linters_with_defaults(
line_length_linter = line_length_linter(100L),
object_name_linter = NULL, # Because we use S3 and end up with is_initialized.field
object_usage_linter = NULL, # When code is WIP this is annoying ...
commented_code_linter = NULL # When code is WIP this is annoying ...
commented_code_linter = NULL, # When code is WIP this is annoying ...
complexity_limit = 16L
)
exclusions: list(
"inst/examples/cdisc-plot/example.R",
Expand Down

0 comments on commit e6c4166

Please sign in to comment.