Skip to content

Commit 188a000

Browse files
Add nolint
1 parent a52678c commit 188a000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/00-ingest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ if (params$input$subset$enable) {
474474

475475
message(
476476
"Subset: ", nrow(training_data_subset), " / ", nrow(training_data),
477-
" rows (", round(nrow(training_data_subset) / nrow(training_data) * 100, 1), "%)"
477+
" rows (", round(nrow(training_data_subset) / nrow(training_data) * 100, 1), "%)" # nolint
478478
)
479479
} else {
480480
message("Subset mode disabled, writing schema-only stub")

0 commit comments

Comments
 (0)