We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804aff7 commit bb5ff5cCopy full SHA for bb5ff5c
NEWS.md
@@ -6,6 +6,9 @@ editor_options:
6
7
# precommit v0.3.0.9000
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).
12
- Fix bug that prevented pkg load outside directories with precommit
13
files (@mpadge, #413).
14
- hook `forbid-to-commit` in template `.pre-commit-config.yaml` has
@@ -16,6 +19,8 @@ editor_options:
16
19
- `options(install.packages.compile.from.source = "never")` is used in
17
20
the CI to avoid failing builds due to missing build-time deps
18
21
(#412).
22
+- All (R)md files in that repo are now formatted in a pandoc-compliant
23
+ way (#415).
24
25
# precommit v0.3.0
26
0 commit comments