Closed febbraro closed 7 years ago
Did I miss travis config?
I didn;t add travis configuration yet. I was not sure if we wanted to fail the build on linter warnings. Maybe we should? I had to exempt 3 functions from linting, one due to some nested error conditions that was not ready mentally to unpack and 2 for cyclomatic complexity. They should all be reworked but I wanted to get the superficial warnings covered and then take an separate PR to attack the complexity issues in Doctor and ProjectConfig validation.
Added travis integration for the linter
added linting and addressed all feedback (and ignored 3)
Addresses #92