Skip to content

Commit 484b91c

Browse files
committed
Use dot at the end of lint comment
1 parent 5e3080d commit 484b91c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/teal.modules.general.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
#' @keywords internal
1616
"_PACKAGE"
1717

18-
# nolint start
18+
# nolint start.
1919
# Note ggmosaic (version <= 0.3.3) needs to be in DEPENDS as the following does not work if it is imported
2020
# df <- data.frame(x = c("A", "B", "C", "A"), y = c("Z", "Z", "W", "W"))
2121
# ggplot(df) + ggmosaic::geom_mosaic(aes(x = ggmosaic::product(x), fill = y))
22-
# nolint end
22+
# nolint end.
2323

2424
# Needed to avoid R CMD note on no visible binding
2525
utils::globalVariables("count")

R/tm_a_regression.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
#' It takes the form of `c(value, min, max)` and it is passed to the `value_min_max`
3838
#' argument in `teal.widgets::optionalSliderInputValMinMax`.
3939
#'
40-
# nolint start: line_length
40+
# nolint start: line_length.
4141
#' @param ggplot2_args `r roxygen_ggplot2_args_param("Response vs Regressor", "Residuals vs Fitted", "Scale-Location", "Cook's distance", "Residuals vs Leverage", "Cook's dist vs Leverage")`
42-
# nolint end: line_length
42+
# nolint end: line_length.
4343
#'
4444
#' @inherit shared_params return
4545
#'

0 commit comments

Comments
 (0)