Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# R specific hooks: https://github.com/lorenzwalthert/precommit
repos:
- repo: https://github.com/lorenzwalthert/precommit
rev: v0.4.3.9015
rev: v0.4.3.9017
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style, --cache-root=styler-perm]
Expand Down
1 change: 0 additions & 1 deletion inst/hooks/local/consistent-release-tag.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ path_config <- c(
)



assert_config_has_rev <- function(path_config, latest_tag) {
file <- yaml::read_yaml(path_config)
repo <- purrr::map(file$repos, "repo")
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-hook-deps-in-desc-R.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ if (!on_windows_on_cran()) {
)



# Rnw
run_test("deps-in-desc",
"deps-in-desc",
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test-hook-roxygenize.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ if (!on_cran()) {
}





# with up to date rd present
run_test("roxygenize",
file_name = c("man/flie.Rd" = "flie-true.Rd"),
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-hook-use-tidy-description.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
run_test("use-tidy-description", "DESCRIPTION", suffix = "")



if (!on_cran()) {
# in sub directory with correct root
run_test("use-tidy-description",
Expand Down