coala-html
coala-html copied to clipboard
Add config tab
There can be a tab for LogMessages (for https://github.com/coala-analyzer/coala-html/issues/15) And another tab for "settings" which has the coafile
@sils1297 do we want something like this or is that too complicated for what you were thinking ? Is this within the scope of coala-html or does it go into gitmate somewhere ?
Settings should be read-only IMO On 27 Feb 2016 03:46, "AbdealiJK" [email protected] wrote:
@sils1297 https://github.com/sils1297 do we want something like this or is that too complicated for what you were thinking ?
— Reply to this email directly or view it on GitHub https://github.com/coala-analyzer/coala-html/issues/21#issuecomment-189561681 .
To get the settings we'd need coala-json to give the config file. As we have no clue where it can be. We could assume .coafile
in the proj dir - but that's not always right because of the -c
flag.
We could also just check if .coafile
exists. if not just give a message saying config file not found.
we could give coala-json a way to dump the settings as json too somewhere optionally, would be easy for us and way easier for you, you don't wanna parse the coafile without our parsers...