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

ppkarwasz pushed a commit to branch fix/build-project
in repository https://gitbox.apache.org/repos/asf/logging-flume-rpc.git

commit 1a3d6578f309005159962b187d9334244602c60c
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 2 20:27:45 2026 +0200

    Tighten the SpotBugs and PMD violation limits to the current counts
    
    Assisted-By: Claude Fable 5.1 <[email protected]>
    Claude-Session: https://claude.ai/code/session_01F9NiqMnCccUGDtqt64uKe6
---
 flume-rpc-avro/pom.xml   | 4 ++--
 flume-rpc-thrift/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flume-rpc-avro/pom.xml b/flume-rpc-avro/pom.xml
index fa95662..42d0cfe 100644
--- a/flume-rpc-avro/pom.xml
+++ b/flume-rpc-avro/pom.xml
@@ -29,8 +29,8 @@
 
   <properties>
     <module.name>org.apache.flume.rpc.avro</module.name>
-    <spotbugs.maxAllowedViolations>55</spotbugs.maxAllowedViolations>
-    <pmd.maxAllowedViolations>121</pmd.maxAllowedViolations>
+    <spotbugs.maxAllowedViolations>38</spotbugs.maxAllowedViolations>
+    <pmd.maxAllowedViolations>14</pmd.maxAllowedViolations>
   </properties>
   <dependencies>
     <dependency>
diff --git a/flume-rpc-thrift/pom.xml b/flume-rpc-thrift/pom.xml
index ff4d6e2..fe02b0d 100644
--- a/flume-rpc-thrift/pom.xml
+++ b/flume-rpc-thrift/pom.xml
@@ -29,8 +29,8 @@
 
   <properties>
     <module.name>org.apache.flume.rpc.thrift</module.name>
-    <spotbugs.maxAllowedViolations>62</spotbugs.maxAllowedViolations>
-    <pmd.maxAllowedViolations>121</pmd.maxAllowedViolations>
+    <spotbugs.maxAllowedViolations>26</spotbugs.maxAllowedViolations>
+    <pmd.maxAllowedViolations>88</pmd.maxAllowedViolations>
   </properties>
 
   <dependencies>

Reply via email to