Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint code: file Simulation_Run.R needs linting #336

Open
dschlaep opened this issue Oct 18, 2018 · 0 comments
Open

lint code: file Simulation_Run.R needs linting #336

dschlaep opened this issue Oct 18, 2018 · 0 comments
Milestone

Comments

@dschlaep
Copy link
Member

Currently, the file Simulation_Run.R is excluded from linting, but should be linted and then included. See tests/testthat/test_rSFSW2_StyleSpelllingPractices.R:

  # Files that are not checked for lints
  files_not_tolint <- c(
    "ExtractData_ClimateDownscaling.R", # needs linting
    "Simulation_Run.R", # needs linting
    "OutputDatabase_Ensembles.R", # this is de-facto deprecated & defunct
    "RcppExports.R" # this is generated by Rcpp
  )
@dschlaep dschlaep added this to the Clean code milestone Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant