Closed
Description
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.