linters: linters_with_defaults(
  line_length_linter = NULL,               # we have many long lines
  cyclocomp_linter = NULL,                 #
  commented_code_linter = NULL,            #
  object_name_linter = NULL,               # more camel case
  indentation_linter = NULL,               # many
  quotes_linter = NULL
  )
exclusions: list(
  # otherwise they will throw locally
  "vignettes/conditional-formatting.R",
  "vignettes/openxlsx2.R",
  "vignettes/openxlsx2_basic_manual.R",
  "vignettes/openxlsx2_charts_manual.R",
  "vignettes/openxlsx2_formulas_manual.R",
  "vignettes/openxlsx2_style_manual.R",
  "vignettes/Update-from-openxlsx.R"
  )
