You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you are using --format json without --out somefile (so the JSON data will be outputted to the STDOUT) and the problem is that config validation warning is also outputted to the STDOUT.
I think the warning should be outputted to STDERR so that your JSON parser need to just take care of STDOUT.
I think there are some technical issues with storing warnings in JSON and actually I wonder if warnings really should be in JSON. So for now, I'll change the warning to be outputted to STDERR.
Hi, while parsing the json from json_formatter I get warnings like this :
Which breaks the parsing. Don't you think it's good idea to put them in the json?
The text was updated successfully, but these errors were encountered: