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 75a1425 commit 9eca048Copy full SHA for 9eca048
.pre-commit-config.yaml
@@ -61,7 +61,9 @@ repos:
61
tests/testthat/escaping/basic-escape-out\.R|
62
tests/testthat/indention_operators/.*pipe.*|
63
tests/testthat/line_breaks_and_other/.*pipe.*|
64
- tests/testthat/exception_handling/parser-error.R|
+ tests/testthat/exception_handling/parser-error\.R|
65
+ tests/testthat/public-api/xyzfile_rmd/random4\.Rmd|
66
+ tests/testthat/rmd/no-tidy-(in|out)\.Rmd|
67
)$
68
- id: no-browser-statement
69
exclude: >
@@ -72,6 +74,7 @@ repos:
72
74
73
75
76
tests/testthat/exception_handling/parser-error.R|
77
+ tests/testmanual/|
78
79
- id: deps-in-desc
80
0 commit comments