Skip to content

Commit e1e9c3e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent be1e81e commit e1e9c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/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)