From 7cfb492e7733f73526fbf8958d850bbb94af83ed Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 5 Nov 2019 16:19:46 -0600 Subject: [PATCH] [ci][R-package] removed outdated comment in lint_r_code.R (#2541) --- .ci/lint_r_code.R | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/lint_r_code.R b/.ci/lint_r_code.R index 5d1615a82774..4a5b89b865ff 100755 --- a/.ci/lint_r_code.R +++ b/.ci/lint_r_code.R @@ -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