Skip to content

Commit

Permalink
name specific lintr in utils.R (#1118)
Browse files Browse the repository at this point in the history
Follow-up after
#1090 (comment)
  • Loading branch information
m7pr authored Mar 1, 2024
1 parent 3be2e94 commit dc34cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ modules_datasets <- function(data, modules, filters, filtered_data_singleton = t
Filter(x = filters, f = function(x) {
x$dataname %in% datanames &&
(x$id %in% attr(filters, "mapping")$global_filters ||
x$id %in% unique(unlist(attr(filters, "mapping")[modules$label]))) # nolint: styler_linter_collision.
x$id %in% unique(unlist(attr(filters, "mapping")[modules$label]))) # nolint: indentation_linter.
})
})
# 2a. subset include/exclude varnames
Expand Down

0 comments on commit dc34cb2

Please sign in to comment.