Skip to content

Commit be1e81e

Browse files
fix: typo in files regex
Co-authored-by: Lorenz Walthert <[email protected]>
1 parent e52f86a commit be1e81e

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\.[qQ]md)$'
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)