Skip to content

Commit

Permalink
typo except_tags->exclude_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Nov 15, 2023
1 parent c854d73 commit dd26f5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/linter_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' returned. If `tags` is `NULL`, all linters will be returned. See `available_tags("lintr")` to find out what
#' tags are already used by lintr.
#' @param exclude_tags Tags to exclude from the results. Linters with at least one matching tag will not be returned.
#' If `except_tags` is `NULL`, no linters will be excluded. Note that `tags` takes priority, meaning that any
#' If `exclude_tags` is `NULL`, no linters will be excluded. Note that `tags` takes priority, meaning that any
#' tag found in both `tags` and `exclude_tags` will be included, not excluded. Note that linters with tag `"defunct"`
#' (which do not work and can no longer be run) cannot be queried directly. See [lintr-deprecated] instead.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/available_linters.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/linters_with_tags.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd26f5a

Please sign in to comment.