diff --git a/checkstyle-style.xml b/checkstyle-style.xml index dcd92c51fd..50c5d205b6 100644 --- a/checkstyle-style.xml +++ b/checkstyle-style.xml @@ -8,13 +8,31 @@ + + + + + + + + + + + + + + + + - + @@ -178,13 +196,8 @@ - - - - - - + @@ -196,17 +209,6 @@ - - - - - - - - - getNamespaces() { return this.namespaces; } - //CHECKSTYLE:OFF + // CHECKSTYLE:OFF @Override public TestLookupDimensionConfig withApiName(TestApiDimensionName apiName) { return new TestLookupDimensionConfig(apiName, getPhysicalName(), getKeyValueStore(), getSearchProvider(), getFields(), getDefaultDimensionFields(), namespaces); @@ -100,5 +100,5 @@ public TestLookupDimensionConfig withDefaultFields(LinkedHashSet public TestLookupDimensionConfig withNamespaces(List namespaces) { return new TestLookupDimensionConfig(getApiNameEnum(), getPhysicalName(), getKeyValueStore(), getSearchProvider(), getFields(), getDefaultDimensionFields(), namespaces); } - //CHECKSTYLE:ON + // CHECKSTYLE:ON } diff --git a/fili-system-config/src/main/java/com/yahoo/bard/webservice/config/ConfigMessageFormat.java b/fili-system-config/src/main/java/com/yahoo/bard/webservice/config/ConfigMessageFormat.java index fc5169cc2c..24a3d040ce 100644 --- a/fili-system-config/src/main/java/com/yahoo/bard/webservice/config/ConfigMessageFormat.java +++ b/fili-system-config/src/main/java/com/yahoo/bard/webservice/config/ConfigMessageFormat.java @@ -9,7 +9,7 @@ */ public enum ConfigMessageFormat implements MessageFormatter { - //CHECKSTYLE:OFF + // CHECKSTYLE:OFF MODULE_IO_EXCEPTION ( "IoException while loading modules: %s" ), diff --git a/pom.xml b/pom.xml index 0d3e62171d..f030c9d8d1 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,7 @@ false checkstyle-style.xml checkstyle-suppressions.xml - 8.18 + 8.29 **/*.properties* false @@ -147,7 +147,7 @@ 3.0.1 3.0.0-M3 3.7.1 - 3.0.0 + 3.1.0 3.0.0 ${maven-surefire-plugin-version}