Skip to content

Commit 0f2cc90

Browse files
committed
Update
1 parent 60d0e35 commit 0f2cc90

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
files: '^man/|_pkgdown\.yml'
123123
- id: validate-renv-lock
124124
name: validate-renv-lock
125-
description: Validate that your `renv.lock`` file is valid json and fits the {renv} schema
125+
description: Validate that your `renv.lock` file is valid json and fits the {renv} schema
126126
entry: Rscript inst/hooks/exported/validate-renv-lock.R
127127
language: r
128128
minimum_pre_commit_version: "2.13.0"

inst/WORDLIST

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
additionalProperties
12
ae
23
Affero
34
api
@@ -53,6 +54,7 @@ env
5354
EOF
5455
eval
5556
exlucded
57+
fA
5658
fi
5759
fs
5860
fsf
@@ -152,6 +154,12 @@ readLines
152154
readme
153155
recognised
154156
relicensing
157+
RemoteHost
158+
RemoteRef
159+
RemoteRepo
160+
RemoteSha
161+
RemoteType
162+
RemoteUsername
155163
renv
156164
Renviron
157165
repo
@@ -216,6 +224,7 @@ unlist
216224
unname
217225
Unstaged
218226
Upvote
227+
uri
219228
UseR
220229
usethis
221230
usr

inst/hooks/exported/validate-renv-lock.R

100644100755
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ validate_renv_lock <- function(renv_path, renv_lock_schema) {
2828
)
2929
}
3030

31-
#files <- list.files(recursive = TRUE)
3231
out <- lapply(files, function(path) {
3332
is_renv_lock <- grepl("^.*renv\\.lock$", path)
3433
if (is_renv_lock) {

inst/pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
files: '^man/|_pkgdown\.yml'
123123
- id: validate-renv-lock
124124
name: validate-renv-lock
125-
description: Validate that your `renv.lock`` file is valid json and fits the {renv} schema
125+
description: Validate that your `renv.lock` file is valid json and fits the {renv} schema
126126
entry: Rscript inst/hooks/exported/validate-renv-lock.R
127127
language: r
128128
minimum_pre_commit_version: "2.13.0"

0 commit comments

Comments
 (0)