You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(lintr)
invisible(linters_with_defaults())
invisible(linters_with_tags())
#> Error in linters_with_tags(): argument "tags" is missing, with no default
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.