linters: with_defaults(
    # lintr defaults: https://github.com/jimhester/lintr#available-linters
    # the following setup changes/removes certain linters
    cyclocomp_linter = NULL,
    commented_code_linter = NULL,
    line_length_linter = line_length_linter(100),
    object_name_linter = NULL,
    open_curly_linter = NULL,
    closed_curly_linter = NULL,
    object_usage_linter = NULL
    )
