aboutsummaryrefslogtreecommitdiff
path: root/scalastyle-config.xml
Commit message (Expand)AuthorAgeFilesLines
* EnsureSingleSpaceAfterTokenChecker doesn't work. Use regexp instead.Dmitry Petrashko2015-04-091-2/+2
* Use EnsureSingleSpaceAfterTokenChecker to discover forgotten spaces after `if`Dmitry Petrashko2015-04-091-0/+5
* Disabling SimplifyBooleanExpressionChecker: not have a hard to rewrite counte...Dmitry Petrashko2015-04-091-1/+1
* Disabling SpacesAfterPlusChecker: false positives for variances.Dmitry Petrashko2015-04-091-1/+1
* We sometimes define object with a lowercase nameDmitry Petrashko2015-04-091-1/+1
* Disabling more style checks that do not apply to dotty.Dmitry Petrashko2015-04-091-7/+7
* ScalaStyle gives spurious errors for braces in ifs.Dmitry Petrashko2015-04-091-3/+3
* Disable MethodNameChecker.Dmitry Petrashko2015-04-091-1/+1
* Allow setters in method name reggae.Dmitry Petrashko2015-04-091-1/+1
* Disable style tests that are known not to pass.Dmitry Petrashko2015-04-091-8/+8
* Add scalastyle to dependencies, with default config.Dmitry Petrashko2015-04-091-0/+117