guykisel / inline-plz

Inline your lint messages
ISC License
32 stars 14 forks source link

fix parsing of yamllint errors #485

Closed guykisel closed 4 years ago

guykisel commented 4 years ago

in messages like [error] syntax error: mapping values are not allowed here we were losing everythign after the colon.

also disabling autorun of proselint because in many use cases its not really that helpful.