From 175ca6df0cc03caad868c225a63e6d4fd9962081 Mon Sep 17 00:00:00 2001 From: Anoop Panicker Date: Thu, 7 Apr 2022 14:17:12 -0700 Subject: [PATCH] ignore codes raised by new spotbugs --- client/build.gradle | 1 + client/spotbugsExclude.xml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 client/spotbugsExclude.xml diff --git a/client/build.gradle b/client/build.gradle index 259e00018c..1a5ba7f2ef 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -48,6 +48,7 @@ spotbugsMain { enabled = true } } + excludeFilter = file("spotbugsExclude.xml") } pmd { diff --git a/client/spotbugsExclude.xml b/client/spotbugsExclude.xml new file mode 100644 index 0000000000..29b642ca70 --- /dev/null +++ b/client/spotbugsExclude.xml @@ -0,0 +1,9 @@ + + + + + +