HEBorn
HEBorn copied to clipboard
Treat unused imports
- Add make rule that cleans unused import
- Pop unused import as errors in
make lint
We still constantly creates new unused imports as they aren't treated as errors...
We still need a tool for removing them, a simple bash script might do it, but I don't know where to start :T