Unverified Commit 7cfb492e authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci][R-package] removed outdated comment in lint_r_code.R (#2541)

parent 516bd37a
......@@ -16,8 +16,6 @@ FILES_TO_LINT <- list.files(
, include.dirs = FALSE
)
# Some linters from the lintr package have not made it to CRAN yet
# We build lintr from source to address that.
LINTERS_TO_USE <- list(
"closed_curly" = lintr::closed_curly_linter
, "infix_spaces" = lintr::infix_spaces_linter
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment