From 6d3fafd7574144481d4419032abf49a5b3f0d9cb Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 24 Oct 2023 13:16:26 +0300 Subject: [PATCH 1/2] Deps: Update wordpress lint to 2.0.0 Release Notes: https://github.com/wordpress-mobile/ WordPress-Lint-Android/releases/tag/2.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fc1fa0e1e654..dffb31032d18 100644 --- a/build.gradle +++ b/build.gradle @@ -103,7 +103,7 @@ ext { // other androidDesugarVersion = '1.1.8' - wordPressLintVersion = '1.1.0' + wordPressLintVersion = '2.0.0' } allprojects { From b8d88b1ed173aa3ddce968878bb632c11a2d5b60 Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Tue, 24 Oct 2023 13:17:34 +0300 Subject: [PATCH 2/2] Analysis: Ignore missing null annotation lint warnings for generated --- config/lint/lint.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/lint/lint.xml b/config/lint/lint.xml index 3ab1ac3deaf0..e779334f1bba 100644 --- a/config/lint/lint.xml +++ b/config/lint/lint.xml @@ -22,6 +22,18 @@ + + + + + + + + + + + +