Skip to content

Implement new all_linters() function to easily access all linters #1843

Closed
@IndrajeetPatil

Description

@IndrajeetPatil

To be consistent with linters_with_defaults():

library(lintr)

invisible(linters_with_defaults())

invisible(linters_with_tags())
#> Error in linters_with_tags(): argument "tags" is missing, with no default

Created on 2022-12-13 with reprex v2.0.2

Note that this would be a backward-compatible change, and shouldn't create any issues for existing linting workflows. It does make the API a bit more consistent for the future usage.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions