Skip to content

Commit

Permalink
DIAF lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Oct 31, 2024
1 parent 00dcfba commit 9e7a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/exec_cfg_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exec_cfg_check <- function(check_name, validations_cfg, caller_env, caller_call)
} else {
path <- rlang::env_get(env = caller_env, nm = "validations_cfg_path") # nolint
msg <- c("Custom validation function {.var {check_name}}",
"must specify either a {.arg pkg} or {.arg script} in {.path {path}}")
"must specify either a {.arg pkg} or {.arg script} in {.path {path}}")
cli::cli_abort(paste(msg, collapse = " "),
call = caller_call,
class = "custom_validation_cfg_malformed"
Expand Down

0 comments on commit 9e7a5a8

Please sign in to comment.