No with output.
This commit is contained in:
parent
6b0e51f9b0
commit
8da696c514
@ -9,4 +9,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- export TAR="/bin/tar"
|
- export TAR="/bin/tar"
|
||||||
- Rscript -e 'devtools::install_github("jimhester/lintr")'
|
- Rscript -e 'devtools::install_github("jimhester/lintr")'
|
||||||
- Rscript -e 'quit(save="no", status=length(lintr::lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))))'
|
# Lint the document, printing output.
|
||||||
|
- Rscript -e 'lintr::lint_dir(path=".", pattern=rex::rex(".", one_of("Rr"),
|
||||||
|
maybe("md"), end))'
|
||||||
|
# Return non-zero exit code (no output is printed).
|
||||||
|
- Rscript -e 'quit(save="no", status=length(lintr::lint_dir(path=".",
|
||||||
|
pattern=rex::rex(".", one_of("Rr"), maybe("md"), end))))'
|
||||||
|
Loading…
Reference in New Issue
Block a user