Skip to content
Snippets Groups Projects
Commit bab837e0 authored by og's avatar og
Browse files

lintr formatting r.yaml edits

parent eb497b2b
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ lint-r:
before_script:
- R -e 'install.packages("lintr", repos="http://cran.rstudio.com")'
script:
- Rscript -e 'lintr::lint("./testcases/light/model_comparison.R", linters = c(lintr::with_defaults(assignment_linter = NULL)))'
- Rscript -e 'lintr::lint("./testcases/estuary/plot_output.R", linters = c(lintr::with_defaults(assignment_linter = NULL)))'
- Rscript -e 'lintr::lint("./testcases/estuary/setup_data.R", linters = c(lintr::with_defaults(assignment_linter = NULL)))'
- Rscript -e 'lintr::lint("./testcases/light/model_comparison.R", linters = c(lintr::linters_with_defaults(assignment_linter = NULL)))'
- Rscript -e 'lintr::lint("./testcases/estuary/plot_output.R", linters = c(lintr::linters_with_defaults(assignment_linter = NULL)))'
- Rscript -e 'lintr::lint("./testcases/estuary/setup_data.R", linters = c(lintr::linters_with_defaults(assignment_linter = NULL)))'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment