From 887424af80befe9b9e99b4a2181796c80e26bcd6 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Tue, 4 Oct 2022 23:49:20 +0530 Subject: [PATCH] spotbugs: Exclude gradle generated view binding classes Spot bugs complains about EI_EXPOSE_REP and BC_UNCONFIRMED_CAST bugs in these classes but they are being generated by Gradle and are out of our control if we want to use view binding to interact with the views. Ref: https://developer.android.com/topic/libraries/view-binding Signed-off-by: Aayush Gupta --- app/config/spotbugs/exclude.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/spotbugs/exclude.xml b/app/config/spotbugs/exclude.xml index 8f7997b7c..dbcb297d4 100644 --- a/app/config/spotbugs/exclude.xml +++ b/app/config/spotbugs/exclude.xml @@ -6,5 +6,8 @@ + + +