From f2e3020f9d812e89d9b714a7f4725b560c08c56e Mon Sep 17 00:00:00 2001 From: evermind Date: Mon, 28 Nov 2022 13:33:50 +0100 Subject: [PATCH 1/2] checkstyle: declare org.jetbrains and javax.annotation Nullable's and NotNull/Nonnull as illegal imports --- checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index ce378a65f..3214a2b0b 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -95,7 +95,9 @@ - + + + From bce77aaec7a88032d38b62b7cd380f9d3efea430 Mon Sep 17 00:00:00 2001 From: Stypox Date: Mon, 28 Nov 2022 14:28:08 +0100 Subject: [PATCH 2/2] Block rxjava3 nullable/nonnull imports in checkstyle --- checkstyle/checkstyle.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index 3214a2b0b..e8c9d94ca 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -96,7 +96,13 @@ - +