We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c162d7b commit 1bed0b1Copy full SHA for 1bed0b1
R/validate_inputs.R
@@ -205,7 +205,7 @@ any_names <- function(x) {
205
#' @return `TRUE` or `shiny.silent.error` when condition is not met
206
#'
207
#' @keywords internal
208
-validate_input <- function(inputId,
+validate_input <- function(inputId, # nolint
209
condition = function(x) TRUE,
210
message = "",
211
session = shiny::getDefaultReactiveDomain()) {
0 commit comments