Skip to content

Commit 2d282aa

Browse files
committed
nolint: . usage, styler indentation disagreement
1 parent a573456 commit 2d282aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/epiprocess-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NULL
4444

4545
utils::globalVariables(c(
46-
".x", ".group_key", ".ref_time_value", "resid",
46+
".", ".x", ".group_key", ".ref_time_value", "resid",
4747
"fitted", ".response", "geo_value", "time_value",
4848
"value", ".real", "lag", "max_value", "min_value",
4949
"median_value", "spread", "rel_spread", "lag_to",

R/methods-epi_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ as_tibble.epi_df <- function(x, ...) {
1919
# and redispatch instead.
2020
destructured <- vec_data(x) # -> data.frame, dropping extra attrs
2121
tbl <- if (dots_n(...) == 0 &&
22-
is.null(pkgconfig::get_config("tibble::rownames"))) {
22+
is.null(pkgconfig::get_config("tibble::rownames"))) { # nolint: indentation_linter
2323
# perf: new_tibble instead of as_tibble.data.frame which performs
2424
# extra checks whose defaults should be redundant here:
2525
new_tibble(destructured)

0 commit comments

Comments
 (0)