linters: linters_with_defaults(
    line_length_linter(120),
    assignment_linter(
      allow_cascading_assign = TRUE,
      allow_right_assign = TRUE,
      allow_trailing = TRUE,
      allow_pipe_assign = FALSE
    ),
    object_length_linter(length = 100L),
    object_usage_linter = NULL,
    commented_code_linter = NULL
  )
exclusions: list(
    "inst"
  )
