Skip to content

Commit

Permalink
nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 20, 2024
1 parent 8ca36f9 commit 98bf9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tag_examplesShinylive.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ roxy_tag_parse.roxy_tag_examplesShinylive <- function(x) {
roxygen2::warn_roxy_tag(x, "requires a value")
return(NULL)
}
x$val <- create_shinylive_url(x$raw)
x$val <- create_shinylive_url(x$raw) # nolint: object_usage_linter.
x
}

Expand Down

0 comments on commit 98bf9b8

Please sign in to comment.