Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
7cfb492e
Unverified
Commit
7cfb492e
authored
Nov 05, 2019
by
James Lamb
Committed by
GitHub
Nov 05, 2019
Browse files
[ci][R-package] removed outdated comment in lint_r_code.R (#2541)
parent
516bd37a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
.ci/lint_r_code.R
.ci/lint_r_code.R
+0
-2
No files found.
.ci/lint_r_code.R
View file @
7cfb492e
...
@@ -16,8 +16,6 @@ FILES_TO_LINT <- list.files(
...
@@ -16,8 +16,6 @@ FILES_TO_LINT <- list.files(
,
include.dirs
=
FALSE
,
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
(
LINTERS_TO_USE
<-
list
(
"closed_curly"
=
lintr
::
closed_curly_linter
"closed_curly"
=
lintr
::
closed_curly_linter
,
"infix_spaces"
=
lintr
::
infix_spaces_linter
,
"infix_spaces"
=
lintr
::
infix_spaces_linter
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment