aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/scalastyle-config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Changed scoring, including adding code to compute string differences. Turned ↵Ellen Spertus2018-07-301-1/+1
| | | | | | | | | | off line length checking. New scores: ['(583,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0,'title 1','title 1: tng')'] ['(500,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0.5,'title 1','title 1: tng 2')'] ['(500,sha1:K2DKSSVTXWPRMFDTWSTCQW3RVWRIOV3Q,DOI-0.75,'title 1','title 1: tng 3')'] ['(588,sha1:C3YNNEGH5WAG5ZAAXWAEBNXJWT6CZ3WU,DOI-1,'title 2: tng','title 2: rebooted')']
* Merge branch 'scalastyle' of git.archive.org:webgroup/sandcrawler into ↵Ellen Spertus2018-07-191-5/+8
|\ | | | | | | scalastyle
| * Cleanup after merge master. Note: I am not fixing warnings in ↵Ellen Spertus2018-07-191-9/+9
| |\ | | | | | | | | | CdxBackfillJob.scala.
| * | 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
* | | Improved style and style checking.Ellen Spertus2018-07-191-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 Spertus2018-07-191-1/+2
| |
* | Added import order checking. Fixed misordered imports in our code.Ellen Spertus2018-07-171-0/+10
|/
* 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