Is there a way to get ScalaStyle (or any other automation tool) to fix some of the warnings detected?
For instance -
- The line contains a tab (shock !!)
- There must be a space before the plus sign (+)
- The file must end with a newline
Location on
- The public method must be of explicit type.
brent source
share