Skip to content

Commit

Permalink
delint (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Dec 4, 2023
1 parent 661e431 commit 89f6940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/fuj-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ NULL
#' names(op.fuj)
#' op.fuj
#' @export
# nolint next: object_name_linter.
op.fuj <- list(
fuj.verbose = NULL,
fuj.verbose.fill = FALSE,
Expand Down
1 change: 1 addition & 0 deletions R/verbose.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ make_verbose <- function(opt) {
.fill = getOption("fuj.verbose.fill"),
.label = getOption("fuj.verbose.label")
), substitute({
# nolint next: object_usage_linter.
op <- options(fuj.verbose = isTRUE(getOption(opt)))
on.exit(options(op))
verbose(
Expand Down

0 comments on commit 89f6940

Please sign in to comment.