We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52f86a commit be1e81eCopy full SHA for be1e81e
.pre-commit-hooks.yaml
@@ -110,7 +110,7 @@
110
description: check if a `.R` file is lint free (using {lintr})
111
entry: Rscript inst/hooks/exported/lintr.R
112
language: r
113
- files: '(\.[rR]profile|\.R|\.Rmd|\.Rnw|\.r|\.rmd|\.rnw\.[qQ]md)$'
+ files: '(\.[rR]profile|\.R|\.Rmd|\.Rnw|\.r|\.rmd|\.rnw|\.[qQ]md)$'
114
exclude: 'renv/activate\.R'
115
minimum_pre_commit_version: "2.13.0"
116
- id: pkgdown
0 commit comments