File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : style-files
10
10
args : [--style_pkg=styler, --style_fun=tidyverse_style]
11
- exclude : ' tests/testthat/.*/.*\.R'
11
+ exclude : >
12
+ (?x)^(
13
+ tests/testthat/.*/.*\.R|
14
+ vignettes/customizing_styler\.Rmd
15
+ )$
12
16
- id : roxygenize
13
17
- id : use-tidy-description
14
18
- id : spell-check
15
19
exclude : >
16
20
(?x)^(
17
- data/.*|
18
21
\.github/.*\.yaml|
22
+ data/.*|
23
+ tests/testthat/.*|
19
24
touchstone/config\.json|
20
25
(.*/|)\.Rprofile|
21
26
(.*/|)\.Renviron|
@@ -38,13 +43,17 @@ repos:
38
43
)$
39
44
- id : readme-rmd-rendered
40
45
- id : parsable-R
46
+ exclude : >
47
+ (?x)^(
48
+ tests/testthat/public-api/xyzaddin/addin_region-.*|
49
+ tests/testmanual/addins/r-invalid\.R
50
+ )$
41
51
- id : no-browser-statement
42
52
- id : deps-in-desc
43
53
exclude : >
44
54
(?x)^(
45
55
touchstone/.*|
46
- tests/testthat/.*-in\.R(md)?|
47
- tests/testthat/.*-out\.R(md)?
56
+ tests/testthat/.*\.R(md)?
48
57
)$
49
58
- repo : https://github.com/pre-commit/pre-commit-hooks
50
59
rev : v4.0.1
You can’t perform that action at this time.
0 commit comments