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