Skip to content

Commit

Permalink
note experimental status in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 2, 2024
1 parent 8e70cbe commit 7ed3829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/lint.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ lint_dir <- function(path = ".", ...,
}

lints <- flatten_lints(lapply(
# NB: This cli API is experimental (https://github.com/r-lib/cli/issues/709)
cli::cli_progress_along(files, name = "Running linters"),
function(idx) lint(files[idx], ..., parse_settings = FALSE, exclusions = exclusions)
))
Expand Down

0 comments on commit 7ed3829

Please sign in to comment.