From 8785800362328828f7ce08010ca1b17b01d5f043 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Wed, 11 Sep 2024 20:06:36 +0200 Subject: [PATCH] Disable error prone rule `YodaCondition`. --- pom.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 63a4a466..49dc0b03 100644 --- a/pom.xml +++ b/pom.xml @@ -62,8 +62,8 @@ false - 4.10.0 - 4.10.0 + 4.12.0 + 4.12.0 4.8.6 @@ -240,17 +240,7 @@ org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.junit.platform - junit-platform-launcher + junit-jupiter test @@ -605,6 +595,8 @@ NullAway configuration: --> -XepOpt:NullAway:AnnotatedPackages=edu.hm.hafner -Xep:YodaCondition:OFF -Xep:ReturnMissingNullable:OFF -Xep:CannotMockFinalMethod:OFF