From 814f48d34721f726559fbdd87998495187deae2a Mon Sep 17 00:00:00 2001 From: Edgar Ruiz <77294576+edgararuiz@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:01:33 -0600 Subject: [PATCH] Removes use_tidy_style() from upkeep --- NEWS.md | 2 ++ R/upkeep.R | 1 - tests/testthat/_snaps/upkeep.md | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 37d7ede9f..0b87d4c5c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # usethis (development version) +* Removes deprecated `use_tidy_style()` from to-do's from upkeep (@edgararuiz) + * `pr_resume()` (without a specific `branch`) and `pr_fetch()` (without a specific `number`) no longer error when a branch name contains curly braces (#2107, @jonthegeek). # usethis 3.2.1 diff --git a/R/upkeep.R b/R/upkeep.R index b6e64517c..0beb7485a 100644 --- a/R/upkeep.R +++ b/R/upkeep.R @@ -166,7 +166,6 @@ tidy_upkeep_checklist <- function( todo("`usethis::use_github_links()`"), todo("`usethis::use_pkgdown_github_pages()`"), todo("`usethis::use_tidy_github_labels()`"), - todo("`usethis::use_tidy_style()`"), todo("`urlchecker::url_check()`"), "" ) diff --git a/tests/testthat/_snaps/upkeep.md b/tests/testthat/_snaps/upkeep.md index e12103a72..33652db98 100644 --- a/tests/testthat/_snaps/upkeep.md +++ b/tests/testthat/_snaps/upkeep.md @@ -14,7 +14,6 @@ * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown_github_pages()` * [ ] `usethis::use_tidy_github_labels()` - * [ ] `usethis::use_tidy_style()` * [ ] `urlchecker::url_check()` ### 2020