Detect and report on unnecessary indentation, e.g.: ```js // legal f() -> x // illegal f() -> x // illegal f() -> x y ```