checkupjs / checkup

A health checkup for your project.
https://checkupjs.github.io/
MIT License
77 stars 23 forks source link

Uses fully qualified task name everywhere #1292

Closed scalvert closed 2 years ago

scalvert commented 2 years ago

There's a current mismatch of the tasknames that are stored in the rules meta vs. the tasks themselves, in that the rules meta stores the fully qualified task name, and the tasks themselves to not. This PR fixes this inconsistency.