coala / coala-html

Interactive website generator using results from coala
GNU Affero General Public License v3.0
17 stars 41 forks source link

Generate JSON output on each deployment. #144

Open yukiisbored opened 6 years ago

yukiisbored commented 6 years ago

coala has been changing and maturing every day, it would be preferred to generate the JSON output on each deployment rather than making them stale.

yukiisbored commented 6 years ago

https://github.com/coala/coala-html/pull/143 needs to be improved and merged first though.

KVGarg commented 5 years ago

@yukiisbored shouldn't this issue belong to coala repository. or is this issue related with this repository ? Also would like to work on this, can you explain how can we achieve this ? Do we have to run coala --json on coala core repository and save it somewhere ?