aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/scalastyle-config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Improved style and style checking.Ellen Spertus2018-07-191-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 Spertus2018-07-171-2/+2
|
* Installed scalastyle and created configuration file. Run with: sbt scalastyleEllen Spertus2018-07-171-0/+117