Skip to content

Commit a15dc32

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4b525c4 commit a15dc32

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

inst/hooks/local/consistent-release-tag.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ path_config <- c(
2323
)
2424

2525

26-
2726
assert_config_has_rev <- function(path_config, latest_tag) {
2827
file <- yaml::read_yaml(path_config)
2928
repo <- purrr::map(file$repos, "repo")

tests/testthat/test-hook-deps-in-desc-R.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if (!on_windows_on_cran()) {
8484
)
8585

8686

87-
8887
# Rnw
8988
run_test("deps-in-desc",
9089
"deps-in-desc",

tests/testthat/test-hook-roxygenize.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ if (!on_cran()) {
7373
}
7474

7575

76-
77-
78-
7976
# with up to date rd present
8077
run_test("roxygenize",
8178
file_name = c("man/flie.Rd" = "flie-true.Rd"),

tests/testthat/test-hook-use-tidy-description.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
run_test("use-tidy-description", "DESCRIPTION", suffix = "")
33

44

5-
65
if (!on_cran()) {
76
# in sub directory with correct root
87
run_test("use-tidy-description",

0 commit comments

Comments
 (0)