Scala Compiler Options¶ Resources¶ How to make the Scala compiler to review your code Scala Compiler Options | Scala Documentation Unused code¶ "-Ywarn-unused" will catch unused vals, vars, defs, and types. More here.