Skip to content

Commit 6d170d1

Browse files
Merge pull request #420 from lorenzwalthert/rc-v0.3.1
Release candidate v0.3.1
2 parents 4ce256b + c6bbb15 commit 6d170d1

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.3.0.9002
3+
Version: 0.3.1
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

NEWS.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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).

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
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]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
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]

0 commit comments

Comments
 (0)