Skip to content

Commit

Permalink
[ci][R-package] removed outdated comment in lint_r_code.R (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 5, 2019
1 parent 516bd37 commit 7cfb492
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/lint_r_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cfb492

Please sign in to comment.