docker-coala-base
docker-coala-base copied to clipboard
Implement Disposable mode: Clone repository and run coala on it!
I think it would be nice to implement something called "Disposable mode", which simply do this:
- Clone the repository
- If there's no
.coafile
, runcoala-quickstart
and output the results. - Run
coala --ci
or may be in json-mode if desired.
This is really helpful for something like Try coala and Gitmate.
Maybe we should instead encourage people to use scripts? I fear a bit that we open a huge door if we start to do things together with the VCS^^
@Makman2 Sorry, What do you mean? I don't understand what you meant by "scripts".
Shell scripts* Sorry :3
It would be neat if it finished by posted the JSON to a gist with a predictable name (repo-slug.sha256?) so it can be easily found using the gist API.