Skip to content

Commit

Permalink
add check for config arg
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Sep 30, 2024
1 parent e478af7 commit 71ca931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/create_custom_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ create_custom_check <- function(name, hub_path = ".",
checkmate::assert_logical(error, len = 1L)
checkmate::assert_logical(conditional, len = 1L)
checkmate::assert_logical(error_object, len = 1L)
checkmate::assert_logical(config, len = 1L)
checkmate::assert_logical(extra_args, len = 1L)
checkmate::assert_logical(overwrite, len = 1L)

Expand Down

0 comments on commit 71ca931

Please sign in to comment.