Skip to content

Commit 0f6f5ff

Browse files
authored
Removes use_tidy_style() from upkeep (#2197)
1 parent 6e3a28e commit 0f6f5ff

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# usethis (development version)
22

3+
* Removes deprecated `use_tidy_style()` from to-do's from upkeep (@edgararuiz)
4+
35
* `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).
46

57
# usethis 3.2.1

R/upkeep.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ tidy_upkeep_checklist <- function(
166166
todo("`usethis::use_github_links()`"),
167167
todo("`usethis::use_pkgdown_github_pages()`"),
168168
todo("`usethis::use_tidy_github_labels()`"),
169-
todo("`usethis::use_tidy_style()`"),
170169
todo("`urlchecker::url_check()`"),
171170
""
172171
)

tests/testthat/_snaps/upkeep.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* [ ] `usethis::use_github_links()`
1515
* [ ] `usethis::use_pkgdown_github_pages()`
1616
* [ ] `usethis::use_tidy_github_labels()`
17-
* [ ] `usethis::use_tidy_style()`
1817
* [ ] `urlchecker::url_check()`
1918
2019
### 2020

0 commit comments

Comments
 (0)