guykisel / inline-plz

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

limit concurrency for per-file #387

Closed guykisel closed 6 years ago

guykisel commented 6 years ago

proselint needs to be run per-file but does not support running concurrently. it had a concurrency setting but that was lost in the refactor. this restores that setting.