scalvert / ember-cli-checkup

An Ember CLI addon that provides health check information about your application, engine, or addon.
MIT License
7 stars 1 forks source link

task(refactor): Complete refactor of the task writer #58

Closed scalvert closed 5 years ago

scalvert commented 5 years ago

This moves the task writer logic into individual task result objects. This allows the output of specific tasks to be tied to the implementation of the specific task.