diff --git a/R/any_is_na_linter.R b/R/any_is_na_linter.R index 5aa1a0cad..48b1e135b 100644 --- a/R/any_is_na_linter.R +++ b/R/any_is_na_linter.R @@ -5,6 +5,7 @@ #' Therefore, it should be used in all situations instead of the latter. #' #' @examples +#' # comment #' # will produce lints #' lint( #' text = "any(is.na(x), na.rm = TRUE)",