Skip to content

Commit eac4bdf

Browse files
more ignore
1 parent d5fb483 commit eac4bdf

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ repos:
1111
exclude: >
1212
(?x)^(
1313
tests/testthat/.*/.*\.R(md)?|
14-
vignettes/customizing_styler\.Rmd
14+
vignettes/customizing_styler\.Rmd|
15+
tests/testthat/public-api/xyzfile-rnw/random4\.Rnw|
1516
)$
1617
- id: roxygenize
1718
- id: use-tidy-description
@@ -47,21 +48,26 @@ repos:
4748
(?x)^(
4849
tests/testthat/public-api/xyzaddin/addin_region-.*|
4950
tests/testmanual/addins/r-invalid\.R|
50-
tests/testthat/escaping/basic-escape-out\.R
51+
tests/testthat/escaping/basic-escape-out\.R|
52+
tests/testthat/indention_operators/base_pipe_and_assignment-.*|
53+
tests/testthat/exception_handling/parser-error.R|
5154
)$
5255
- id: no-browser-statement
5356
exclude: >
5457
(?x)^(
5558
tests/testthat/public-api/xyzaddin/addin_region-.*|
5659
tests/testmanual/addins/r-invalid\.R|
57-
tests/testthat/escaping/basic-escape-out\.R
60+
tests/testthat/escaping/basic-escape-out\.R|
61+
tests/testthat/indention_operators/base_pipe_and_assignment-.*|
62+
tests/testthat/exception_handling/parser-error.R|
5863
)$
5964
- id: deps-in-desc
6065
exclude: >
6166
(?x)^(
6267
touchstone/.*|
6368
tests/testmanual/addins/r-invalid\.R|
6469
tests/testthat/escaping/basic-escape-out\.R|
70+
tests/testthat/rnw/011-conditional-eval-out\.Rnw|
6571
tests/testthat/.*\.R(md)?
6672
)$
6773
- repo: https://github.com/pre-commit/pre-commit-hooks

man/cache_more_specs.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/find_pos_id_to_keep.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)