Hacker News new | ask | show | jobs
by threeseed 4067 days ago
You could accomplish the same thing by incorporating a code checker as part of your build process.

That way you would be catching a lot more code issues then just unused imports, variables etc.