cache_directory: '.lintr_cache'
linters: with_defaults(
    commented_code_linter = NULL,
    line_length_linter(100),
    single_quotes_linter = NULL
  )
exclusions:
  list(
  )
