Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed May 9, 2023
1 parent af4cb90 commit 52fbf4c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions R/dev-utils.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# This unexported function adds a custom checklist item to
# `usethis::use_release_issue()`
# This unexported function adds a custom item to `usethis::use_release_issue()`
release_bullets <- function() {
c(

c( # nolint
"Run `goodpractice::gp()`"
)

}

0 comments on commit 52fbf4c

Please sign in to comment.