Skip to content

Commit

Permalink
retry linter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Oct 21, 2024
1 parent e6c4166 commit d55b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ linters: linters_with_defaults(
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 ...
complexity_limit = 16L
cyclocomp_linter(16L)
)
exclusions: list(
"inst/examples/cdisc-plot/example.R",
Expand Down

0 comments on commit d55b882

Please sign in to comment.