Skip to content

Commit 68bc00c

Browse files
use new precommit template for testing
1 parent 720981e commit 68bc00c

File tree

2 files changed

+86
-85
lines changed

2 files changed

+86
-85
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
# All available hooks: https://pre-commit.com/hooks.html
2+
# R specific hooks: https://github.com/lorenzwalthert/precommit
23
repos:
34
- repo: https://github.com/lorenzwalthert/precommit
4-
rev: v0.0.0.9027
5+
rev: v0.0.0.9038
56
hooks:
6-
# - id: lintr
7-
# - id: style-files Does style *-in.R files in tests otherwise!
87
- id: parsable-R
98
- id: no-browser-statement
9+
# - id: lintr
1010
- id: readme-rmd-rendered
11-
# R package development
12-
- id: roxygenize
13-
- id: use-tidy-description
14-
- id: deps-in-desc
11+
- id: spell-check
12+
- id: style-files
13+
args: [--style_pkg=styler, --style_fun=tidyverse_style]
1514
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v2.4.0
15+
rev: v2.5.0
1716
hooks:
1817
- id: check-added-large-files
1918
args: ['--maxkb=200']
20-
- repo: https://github.com/lorenzwalthert/precommit-markdown-link-check
21-
rev: v0.0.0.9002 # Use the sha / tag you want to point at
22-
hooks:
23-
- id: markdown-link-check
19+
- id: end-of-file-fixer
20+
exclude: '\.Rd'

inst/WORDLIST

Lines changed: 77 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,84 @@
1-
yihui
2-
xfun
3-
Visit'em
4-
unnest
5-
unlinkunindention
6-
unindent
7-
unindent
8-
unexplainable
9-
uncached
10-
Tidyverse
11-
tidyverse
12-
tidyeval
13-
tibbles
14-
tibble
15-
testthat
16-
stylerignore
17-
stylerignored
18-
StackOverflow
19-
Rprofile
20-
rprofile
21-
rplumber
22-
Roxygen
23-
roxygen
24-
Rnw
25-
rnw
26-
Rmd
27-
rmd
28-
RMarkdown
29-
rlang
30-
reprex
31-
reindention
32-
reindented
33-
rebased
34-
README
35-
readme
36-
rds
37-
precommit
38-
pre
39-
pos
40-
pkgdown
41-
parsable
42-
NUM
43-
macOS
44-
lorenzwalthert
45-
lifecycle
46-
LF
47-
levelName
48-
knitr
49-
ixmypi
50-
invasiveness
51-
innode
52-
infinitively
53-
https
54-
forcond
55-
filetype
56-
expr EQ
57-
EOLs
58-
EOL
59-
EOF
60-
emacs
61-
DSLs
62-
dontshowdontrun
63-
donttest
64-
dont
65-
dir
66-
dec
67-
cran
68-
CONST
69-
config
70-
codecov
71-
CMD
72-
cancelling
73-
741
Addin
752
Addins
763
AppVeyor
774
apriori
785
arg
796
AST
807
benchmarking
8+
cancelling
9+
chnages
10+
CMD
11+
codecov
12+
config
13+
CONST
14+
cran
15+
dec
16+
dir
17+
dont
18+
dontshowdontrun
19+
donttest
20+
DSLs
21+
emacs
22+
EOF
23+
EOL
24+
EOLs
25+
expr
26+
expr EQ
27+
filetype
28+
forcond
29+
funct
30+
https
31+
infinitively
32+
innode
33+
invasiveness
34+
ixmypi
35+
knitr
36+
levelName
37+
LF
38+
lifecycle
39+
lorenzwalthert
40+
macOS
41+
NUM
42+
parsable
43+
pgkdown
44+
pkgdown
45+
pos
46+
pre
47+
precommit
48+
rds
49+
readme
50+
README
51+
rebased
52+
reindented
53+
reindention
54+
reprex
55+
rlang
56+
RMarkdown
57+
rmd
58+
Rmd
59+
rnw
60+
Rnw
61+
roxygen
62+
Roxygen
63+
rplumber
64+
rprofile
65+
Rprofile
66+
StackOverflow
67+
styler
68+
stylerignore
69+
stylerignored
70+
stylers
71+
testthat
72+
tibble
73+
tibbles
74+
tidyeval
75+
tidyverse
76+
Tidyverse
77+
uncached
78+
unexplainable
79+
unindent
80+
unlinkunindention
81+
unnest
82+
Visit'em
83+
xfun
84+
yihui

0 commit comments

Comments
 (0)