fastruby / harvesting

Ruby wrapper for the Harvest API v2
MIT License
28 stars 30 forks source link

Enhance code issues #62

Closed martinjaimem closed 3 years ago

martinjaimem commented 4 years ago

Nice Repo!!!

I did a small enhancement of the client class, removed an unused variable, and removed an empty line after the class name (which in the rest of the code it is not being added).

Also, I'd like to suggest adding some kind of linter to the code like Rubocop WDYT?

Thanks!!!