Skip to content

Commit 9eca048

Browse files
more updates
1 parent 75a1425 commit 9eca048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ repos:
6161
tests/testthat/escaping/basic-escape-out\.R|
6262
tests/testthat/indention_operators/.*pipe.*|
6363
tests/testthat/line_breaks_and_other/.*pipe.*|
64-
tests/testthat/exception_handling/parser-error.R|
64+
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|
6567
)$
6668
- id: no-browser-statement
6769
exclude: >
@@ -72,6 +74,7 @@ repos:
7274
tests/testthat/indention_operators/.*pipe.*|
7375
tests/testthat/line_breaks_and_other/.*pipe.*|
7476
tests/testthat/exception_handling/parser-error.R|
77+
tests/testmanual/|
7578
)$
7679
- id: deps-in-desc
7780
exclude: >

0 commit comments

Comments
 (0)