diff --git a/CHANGES.md b/CHANGES.md index 3476c384c..b841235ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +Airbase 155 +* Checkstyle updates: + - Require exactly one space between array type and array initializer. + Airbase 154 * Fix javadoc building when `air.compiler.enable-preview` is set @@ -1220,4 +1224,3 @@ Airbase 2 Airbase 1 * Initial release - diff --git a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml index eb8c158df..8e6281cab 100644 --- a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml +++ b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml @@ -256,6 +256,14 @@ + + + + + + + +