From 412bac5e2897ff57a3111456bfe0b849dbb20b06 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 14 Jun 2017 15:48:59 -0400 Subject: [PATCH] checkstyle: don't allow newline between else and if --- checkstyle.xml | 28 ++++++++++++++++++++++++++++ suppressions.xml | 24 ++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/checkstyle.xml b/checkstyle.xml index 22a489153e..b9a9152bce 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -1,4 +1,28 @@ + @@ -16,6 +40,10 @@ + + + + diff --git a/suppressions.xml b/suppressions.xml index fadda7066a..d2663c760b 100644 --- a/suppressions.xml +++ b/suppressions.xml @@ -1,4 +1,28 @@ +