This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git

commit e16e185909e02c8fde2411486d0b328a9fe93d8b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Dec 13 15:55:29 2023 -0500

    Add SpotBugs exclude file
---
 src/conf/spotbugs-exclude-filter.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/conf/spotbugs-exclude-filter.xml 
b/src/conf/spotbugs-exclude-filter.xml
index e68c64f..ee893be 100644
--- a/src/conf/spotbugs-exclude-filter.xml
+++ b/src/conf/spotbugs-exclude-filter.xml
@@ -27,10 +27,10 @@
     xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 
https://raw.githubusercontent.com/spotbugs/spotbugs/3.1.0/spotbugs/etc/findbugsfilter.xsd";>
 
   <!-- https://github.com/spotbugs/spotbugs/issues/2710 -->
-<!--   <Match> -->
-<!--     <Class name="~.*" /> -->
-<!--     <Bug pattern="CT_CONSTRUCTOR_THROW" /> -->
-<!--   </Match> -->
+  <Match>
+    <Class name="~.*" />
+    <Bug pattern="CT_CONSTRUCTOR_THROW" />
+  </Match>
 
   <!--  the javadoc states that the default character encoding is used  -->
   <!--  when converting a string into a byte[]                          -->

Reply via email to