Skip to content

Commit 30d6abf

Browse files
committed
Fix lint warnings
1 parent 6a358b4 commit 30d6abf

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

R/assets.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ assets <- function(workspace_uuid,
3939
"There is currently a bug in the underlying API preventing",
4040
"users from selecting more than one asset type. See",
4141
"{.href [objr#53](https://github.com/ScotGovAnalysis/objr/issues/53)}",
42-
"for more information."),
42+
"for more information."
43+
),
4344
"i" = paste("To return all assets, use `type = list()` (default)."),
4445
"i" = paste("To return one asset type only, e.g. documents, use",
4546
"`type = list(\"document\")`. See `?assets` for all",

R/objr.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#'
33
#' @details
44
#' API authentication is handled automatically. See the
5+
# nolint start: line_length_linter
56
#' [Authentication article](https://scotgovanalysis.github.io/objr/articles/authentication.html)
7+
# nolint end
68
#' for more information.
79
#'
810
#' More details on endpoints are available in the

0 commit comments

Comments
 (0)