Skip to content

Commit

Permalink
suppress lintr on complexity of botor_client
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Jan 24, 2025
1 parent f7e865c commit 9908fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/botor.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ clients <- new.env()
#' @return cached AWS client
#' @importFrom checkmate assert_string assert_flag
#' @export
botor_client <- function(service, type = c('client', 'resource'), cache = TRUE, ...) {
botor_client <- function(service, type = c('client', 'resource'), cache = TRUE, ...) { # nolint

assert_string(service)
assert_flag(cache)
Expand Down

0 comments on commit 9908fcd

Please sign in to comment.