diff --git a/CHANGES.md b/CHANGES.md index 3379baedd..a423f78e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ Airbase 149 * Remove bval dependency +* Checkstyle updates: + - Disallow single-line non-empty lambda and method body code blocks. * Plugin updates: - git-commit-id-maven-plugin 7.0.0 (from 6.0.0) - spotbugs-maven-plugins 4.8.1.0 (from 4.7.3.6) diff --git a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml index eb8c158df..c366860b6 100644 --- a/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml +++ b/airbase-policy/src/main/resources/checkstyle/airbase-checks.xml @@ -256,6 +256,22 @@ + + + + + + + + + + + + + + + +