Skip to content

Commit 3bd93d6

Browse files
committed
Review comments. Possible fix for failing tests.
1 parent 08f5e0c commit 3bd93d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/testthat/reference-objects/pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ repos:
4747
- id: readme-rmd-rendered
4848
- id: parsable-R
4949
- id: no-browser-statement
50+
- id: no-print-statement
5051
- id: no-debug-statement
5152
- id: deps-in-desc
5253
- id: pkgdown

vignettes/available-hooks.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ This hook does not modify files.
151151
Guarantees you that you don't accidentally commit code with a
152152
`print()` statement in it.
153153

154-
This hook does not modify files.
154+
This hook does not modify files. This hook was added in version
155+
0.3.2.9020.
155156

156157
## `no-debug-statement`
157158

0 commit comments

Comments
 (0)