anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

on issues the doiuse CLI should exit the process with an exit code > 0 #54

Closed varemenos closed 1 year ago

varemenos commented 7 years ago

Currently even if the cli finds an issue with your css file it doesn't exit properly making it impossible to track for issues via shell (this should also apply to the postcss processor). Basically the cli's process should exit with an exit code greater than 0 and the postcss processor should notify postcss of the issues so it can exit it's process.

anandthakker commented 7 years ago

Agreed that the CLI should exit nonzero when there's an issue.