File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,27 @@ editor_options:
4
4
wrap : 72
5
5
---
6
6
7
- # precommit v0.3.0.9000
7
+ # precommit v0.3.1
8
8
9
- - Ensure sorting for ` spell-check ` hook is case-insensitive on all
10
- operating systems. This may re-order your whole ` inst/WORDLIST `
11
- (#405 ).
9
+ ** User visible changes**
10
+
11
+ - ` .pre-commit-config.yaml ` templates now contain hook to validate the
12
+ [ pre-commit.ci] ( https://pre-commit.ci ) configuration (#407 ).
12
13
- {git2r} is no longer needed for user side (#417 ).
14
+
15
+ ** Bug fixes**
16
+
13
17
- Fix bug that prevented pkg load outside directories with precommit
14
18
files (@mpadge , #413 ).
19
+ - Ensure sorting for ` spell-check ` hook is case-insensitive on all
20
+ operating systems. This may re-order your whole ` inst/WORDLIST `
21
+ (#405 ).
15
22
- hook ` forbid-to-commit ` in template ` .pre-commit-config.yaml ` has
16
23
now the correct ` exclude-files ` regular expression to ignore ` .csv ` ,
17
24
` .RData ` , ` .Rds ` , ` .rds ` and ` .Rhistory ` (#410 ).
18
- - ` .pre-commit-config.yaml ` templates now contain hook to validate the
19
- [ pre-commit.ci] ( https://pre-commit.ci ) configuration (#407 ).
25
+
26
+ ** Internals**
27
+
20
28
- ` options(install.packages.compile.from.source = "never") ` is used in
21
29
the CI to avoid failing builds due to missing build-time deps
22
30
(#412 ).
Original file line number Diff line number Diff line change 1
- This is a re- submission to failing tests caused by a roxygen 7.2.0 .
1
+ This is a submission due to user regressions .
2
2
3
3
## Test environments
4
4
You can’t perform that action at this time.
0 commit comments