Return nonzero exit code when issues are found
Fixes #20, #35
Can this PR be landed? It seems like it would make the tool much more useful.
Can this PR be landed? It seems like it would make the tool much more useful.
Sure, I am going to create new release this week. It will include this fix.
@albertas Don't want to be pushy, but I'm eagerly awaiting a release on this :)
@albertas Don't want to be pushy, but I'm eagerly awaiting a release on this :)
We ended up use vulture for now since it does return and error code already: https://github.com/emscripten-core/emscripten/pull/25382. I'm not sure what the differences are, but they seem pretty similar.