From c4ced7f11c19144256bf1ee6473ab546762b84d2 Mon Sep 17 00:00:00 2001 From: tal66 <77445020+tal66@users.noreply.github.com> Date: Sat, 23 Apr 2022 00:58:50 +0300 Subject: [PATCH] Style: Add checkstyle rule to prevent using Objects.requireNonNull, Objects.nonNull --- .baseline/checkstyle/checkstyle.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml index c0fda45532f7..6513ed298d8c 100644 --- a/.baseline/checkstyle/checkstyle.xml +++ b/.baseline/checkstyle/checkstyle.xml @@ -337,6 +337,10 @@ + + + +