Skip to content

Commit 82115d1

Browse files
committed
fix github action failure
1 parent e07fcd7 commit 82115d1

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.markdownlint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"allowed_elements": [ "details", "summary", "br" ]
44
},
55
"line-length": false,
6+
"no-duplicate-heading": {
7+
"siblings_only": true
8+
},
69
"no-trailing-punctuation": false
7-
}
10+
}

R/session/vsc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ dataview_table <- local({
117117
metadata_only = FALSE, force = FALSE) {
118118

119119
if (!is.data.frame(data) && !is.matrix(data) &&
120-
!inherits(data, "ArrowTabular") &&
121-
!inherits(data, "polars_data_frame")) {
120+
!inherits(data, "ArrowTabular") &&
121+
!inherits(data, "polars_data_frame")) {
122122
stop("data must be a data frame, a matrix or an arrow table object.")
123123
}
124124

0 commit comments

Comments
 (0)