Skip to content

Instantly share code, notes, and snippets.

@nebtrx
Last active July 8, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebtrx/f2e0f9cce78ab336a60743c9598f08df to your computer and use it in GitHub Desktop.
Save nebtrx/f2e0f9cce78ab336a60743c9598f08df to your computer and use it in GitHub Desktop.

Quick Instructions for using the harvest lint:

  1. Unpack the compressed file.
  2. cd into the uncompresed harvest-lint directory
  3. Fill the harvest-projects.yaml file following instructions from here
  4. Edit run-linter file and replace the placeholders in the following section with real information
export HARVEST_USERNAME=<account_username>
export HARVEST_PASSWORD=<account_password>
export HARVEST_ACCOUNT=<harvest-account-name>
  1. Run chmod +x run-linter to give execution permissions
  2. Finally, run bash run-linter <from-date> <to-date> to see the output of the harvest-lint. The date format should be YYYY-MM-DD — ISO 8601.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment