ameyjadiye commented on a change in pull request #56: Replace findbugs with 
spotbugs
URL: https://github.com/apache/commons-csv/pull/56#discussion_r376800103
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -208,6 +208,14 @@
           
<suppressionsLocation>${basedir}/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>${commons.spotbugs.version}</version>
+        <configuration>
+          
<excludeFilterFile>${basedir}/src/main/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
 
 Review comment:
   Thanks for the suggestions @garydgregory and @aherbert, I have pushed 
correct changes now.
   let me keep this PR for just replacing findbugs with spotbugs. I will 
correct other configs with other PR if this goes correct.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to