From f8bb31b62cfa682dd5aa8904b1b8b2b935798539 Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Sun, 7 Aug 2022 22:44:48 -0700 Subject: [PATCH] A few changes from google's default --- checkstyle.xml | 19 +++++++------------ pom.xml | 7 +++++++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index cd1d70c9..9e524577 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -19,7 +19,7 @@ - + @@ -42,7 +42,7 @@ - + @@ -60,7 +60,6 @@ - @@ -216,15 +215,16 @@ value="GenericWhitespace ''{0}'' is not preceded with whitespace."/> - + - + - + + - - - - - - + diff --git a/pom.xml b/pom.xml index 77b1812a..1eb1acae 100644 --- a/pom.xml +++ b/pom.xml @@ -331,6 +331,13 @@ true false + + + com.puppycrawl.tools + checkstyle + 8.30 + + validate