From d39068a16a2c37b970c73a666ddde03593556dfd Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Thu, 9 Apr 2015 16:23:58 +0200 Subject: ScalaStyle gives spurious errors for braces in ifs. Commonly used in dotty syntax isn't respected by scalastyle: ``` if (...) bar else if (...) foo else foo ``` --- scalastyle-config.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scalastyle-config.xml') diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 80b853027..82c2c41cb 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -90,13 +90,13 @@ - + - + - + -- cgit v1.2.3