scala compiler options
The scala compiler has some useful flags, that can do some linting on unused variables, imports etc.
I found these flags on this very usefull blog post:
scala compiler review code warnings
The scala compiler has some useful flags, that can do some linting on unused variables, imports etc.
I found these flags on this very usefull blog post:
scala compiler review code warnings