Skip to content

Commit 509af42

Browse files
delint
1 parent f10d58a commit 509af42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/bmerge.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ coerce_col = function(dt, col, from_type, to_type, from_name, to_name, from_deta
2727

2828
# data.table::as.ITime, chron::times, nanotime::nanotime
2929
.known_time_classes = c("Date", "POSIXt", "ITime", "times", "nanotime")
30+
# nolint next: object_length_linter.
3031
.maybe_warn_mismatched_time_types = function(x_class, i_class, x_name, i_name) {
3132
x_class_time = intersect(class(x[[xcol]]), .known_time_classes)
3233
if (!length(x_class_time)) return(invisible())

0 commit comments

Comments
 (0)