Skip to content

Commit df6dd95

Browse files
committed
feat: lint .qmd docs
1 parent 21917fb commit df6dd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
description: check if a `.R` file is lint free (using {lintr})
111111
entry: Rscript inst/hooks/exported/lintr.R
112112
language: r
113-
files: '(\.[rR]profile|\.R|\.Rmd|\.Rnw|\.r|\.rmd|\.rnw)$'
113+
files: '(\.[rR]profile|\.R|\.Rmd|\.Rnw|\.r|\.rmd|\.rnw\.[qQ]md)$'
114114
exclude: 'renv/activate\.R'
115115
minimum_pre_commit_version: "2.13.0"
116116
- id: pkgdown

0 commit comments

Comments
 (0)