From c7eb14bd5b21845b852075f8d7e7b599a48bb022 Mon Sep 17 00:00:00 2001 From: MGHawes Date: Mon, 30 Sep 2024 12:16:53 -0600 Subject: [PATCH] Add `org.mockito.ArgumentMatchers.*` to `AvoidStaticImport` exclusions - Is in-line with the other suppressions here for Mockito and AssertJ --- .baseline/checkstyle/checkstyle.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml index fd1fa3897..7ccc1ec17 100644 --- a/.baseline/checkstyle/checkstyle.xml +++ b/.baseline/checkstyle/checkstyle.xml @@ -77,7 +77,7 @@ - + @@ -445,4 +445,4 @@ - \ No newline at end of file +