Skip to content

Commit cd98edf

Browse files
committed
Keep URL on one line (and exclude from line_length_linter)
1 parent 7dc2cf8 commit cd98edf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

R/utils.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,7 @@ random_uuid <- function(seed = NULL) {
183183
#'
184184
#' @return `uuid`, invisibly.
185185
#'
186-
#' @details See the [Getting Started vignette]
187-
#' (https://scotgovanalysis.github.io/objr/
188-
#' articles/objr.html#universally-unique-identifiers) for valid UUID format.
186+
#' @details See the [Getting Started vignette](https://scotgovanalysis.github.io/objr/articles/objr.html#universally-unique-identifiers) for valid UUID format. # nolint: line_length_linter.
189187
#'
190188
#' @noRd
191189

0 commit comments

Comments
 (0)