coala / coala-atom

A coala integration plugin for Atom
https://coala.io/
GNU Affero General Public License v3.0
20 stars 23 forks source link

Colour codes in error messages #43

Open sils opened 7 years ago

sils commented 7 years ago
Error: [ERROR][11:59:30] NLTK data missing, install by running following commands python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
RohanVB commented 7 years ago

This would require the python3 -m nltk...... part to have a different colour from the rest of the text in the above error?

sils commented 7 years ago

No just eliminate the colour codes, that's probably a coala bug it shouldn't have those in parseable output

On Mar 13, 2017 1:06 PM, "Rohan" notifications@github.com wrote:

This would require the python3 -m nltk...... part to have a different colour from the rest of the text in the above example?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/coala/coala-atom/issues/43#issuecomment-286089258, or mute the thread https://github.com/notifications/unsubscribe-auth/AFc6KICik2W3_maMsdDefMX30wo_QbKeks5rlTFRgaJpZM4MbG8g .

RohanVB commented 7 years ago

Currently its like:

screen shot 2017-03-15 at 12 34 37 am

and we want the colour code causing the highlighting to be removed.