Skip to content

Commit

Permalink
skipping lint of a long function
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 27, 2023
1 parent e5ef022 commit c593734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ include_parent_datanames <- function(dataname, join_keys) {
#' @param x (`teal_data`) object
#' @return (`FilteredData`) object
#' @keywords internal
teal_data_to_filtered_data <- function(x) { # nolint
teal_data_to_filtered_data <- function(x) {
checkmate::assert_class(x, "teal_data")
datanames <- x@datanames

Expand Down

0 comments on commit c593734

Please sign in to comment.