FrankChen021 commented on code in PR #15530:
URL: https://github.com/apache/druid/pull/15530#discussion_r1421886559


##########
codestyle/checkstyle-suppressions.xml:
##########
@@ -29,23 +29,50 @@
   <!-- Code copied from TestNG to apply a bugfix -->
   <suppress checks="AvoidStaticImport" files="[\\/]org[\\/]testng[\\/]" />
 
+  <suppress checks="LocalFinalVariableName" 
files="[\\/]target[\\/]generated-sources[\\/]" />

Review Comment:
   Remove all rules from this file for generated-source and 
generated-test-sources and add the following two rules:
   
     <suppress checks=".*" files="[\\/]target[\\/]generated-test-sources[\\/]" 
/>
     <suppress checks=".*" files="[\\/]target[\\/]generated-sources[\\/]" />
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to