Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'scalastyle' of git.archive.org:webgroup/sandcrawler into ↵ | Ellen Spertus | 2018-07-19 | 1 | -5/+8 |
|\ | | | | | | | scalastyle | ||||
| * | Cleanup after merge master. Note: I am not fixing warnings in ↵ | Ellen Spertus | 2018-07-19 | 1 | -9/+9 |
| |\ | | | | | | | | | | CdxBackfillJob.scala. | ||||
| * | | 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 | ||||
* | | | Improved style and style checking. | Ellen Spertus | 2018-07-19 | 1 | -5/+12 |
| |/ |/| | | | | | | | | | | | - 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 | ||||
* | | Added rule to warn about block imports. Removed block imports. | Ellen Spertus | 2018-07-19 | 1 | -1/+2 |
| | | |||||
* | | Added import order checking. Fixed misordered imports in our code. | Ellen Spertus | 2018-07-17 | 1 | -0/+10 |
|/ | |||||
* | 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 |