File tree Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Expand file tree Collapse file tree 5 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 11Package: precommit
22Title: Pre-Commit Hooks
3- Version: 0.3.0.9002
3+ Version: 0.3.1
44Author: Lorenz Walthert
55Maintainer: Lorenz Walthert <
[email protected] >
66Description: Useful git hooks for R building on top of the multi-language
Original file line number Diff line number Diff line change @@ -4,19 +4,27 @@ editor_options:
44 wrap : 72
55---
66
7- # precommit v0.3.0.9000
7+ # precommit v0.3.1
88
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 ).
1213- {git2r} is no longer needed for user side (#417 ).
14+
15+ ** Bug fixes**
16+
1317- Fix bug that prevented pkg load outside directories with precommit
1418 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 ).
1522- hook ` forbid-to-commit ` in template ` .pre-commit-config.yaml ` has
1623 now the correct ` exclude-files ` regular expression to ignore ` .csv ` ,
1724 ` .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+
2028- ` options(install.packages.compile.from.source = "never") ` is used in
2129 the CI to avoid failing builds due to missing build-time deps
2230 (#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 .
22
33## Test environments
44
Original file line number Diff line number Diff line change 22# R specific hooks: https://github.com/lorenzwalthert/precommit
33repos :
44- repo : https://github.com/lorenzwalthert/precommit
5- rev : v0.3.0.9001
5+ rev : v0.3.1
66 hooks :
77 - id : style-files
88 args : [--style_pkg=styler, --style_fun=tidyverse_style]
Original file line number Diff line number Diff line change 22# R specific hooks: https://github.com/lorenzwalthert/precommit
33repos :
44- repo : https://github.com/lorenzwalthert/precommit
5- rev : v0.3.0.9001
5+ rev : v0.3.1
66 hooks :
77 - id : style-files
88 args : [--style_pkg=styler, --style_fun=tidyverse_style]
You can’t perform that action at this time.
0 commit comments