Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved style and style checking. | Ellen Spertus | 2018-07-19 | 1 | -5/+21 |
| | | | | | | | - Excludes checking of files in /example directories. - Warns about block imports, which have been removed. - Checks indenting. Parameters should be indented 2 spaces. See https://docs.scala-lang.org/style/indentation.html#methods-with-numerous-arguments - Imports should be grouped (java.*, scala.*, other), with a blank line between groups | ||||
* | Turned off header checking. | Ellen Spertus | 2018-07-17 | 1 | -2/+2 |
| | |||||
* | Installed scalastyle and created configuration file. Run with: sbt scalastyle | Ellen Spertus | 2018-07-17 | 1 | -0/+117 |