Skip to content

Commit 1c55a52

Browse files
sort Rbuildignore
1 parent 090ccbd commit 1c55a52

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

.Rbuildignore

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
^Meta$
2-
^doc$
1+
^.*-in_tree$
32
^.*\.Rproj$
4-
^\.Rproj\.user$
53
^API$
6-
^README\.Rmd$
4+
^CONTRIBUTING\.md$
5+
^LICENSE\.md$
6+
^Meta$
77
^README-.*\.png$
8-
^appveyor\.yml$
9-
^tic\.R$
10-
^docs$
11-
^_pkgdown\.yml$
12-
CONTRIBUTING.md
8+
^README\.Rmd$
9+
^\.Rproj\.user$
10+
^\.github$
1311
^\.gitsum$
14-
^gitsum$
15-
revdep
12+
^\.pre-commit-config\.yaml$
13+
^_pkgdown\.yml$
1614
^cran-comments\.md$
15+
^doc$
16+
^docs$
17+
^gitsum$
18+
^inst/WORDLIST$
19+
^inst/hooks/.*$
20+
^revdep$
1721
^tests/testmanual$
18-
^\.pre-commit-config\.yaml$
19-
^brew\-log$
20-
^\.github/$
22+
^tic\.R$
2123
^touchstone$
22-
^\.github$
23-
^LICENSE\.md$
24-
^inst/hooks/.*$
25-
^inst/WORDLIST$
26-
^.*-in_tree$
2724
^vignettes/gsoc_proposal$

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ repos:
8383
hooks:
8484
- id: check-added-large-files
8585
args: ['--maxkb=200']
86+
- id: file-contents-sorter
87+
files: "\\.Rbuildignore$"
8688
- id: end-of-file-fixer
8789
exclude: >
8890
(?x)^(
@@ -92,7 +94,7 @@ repos:
9294
tests/testthat/reference-objects/.*|
9395
)$
9496
- repo: https://github.com/lorenzwalthert/gitignore-tidy
95-
rev: 877130576f072139e2cec2f847c85e87696e358b
97+
rev: b3eaceb0bf2df137cc80f85b3943b6684f204c48
9698
hooks:
9799
- id: tidy-gitignore
98100
- repo: local

0 commit comments

Comments
 (0)