You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/05/29 11:41:12 UTC

[GitHub] [hbase] petersomogyi commented on a change in pull request #254: HBASE-22481: Javadoc Warnings reference not found

petersomogyi commented on a change in pull request #254: HBASE-22481: Javadoc Warnings reference not found
URL: https://github.com/apache/hbase/pull/254#discussion_r288522374
 
 

 ##########
 File path: hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
 ##########
 @@ -45,4 +45,5 @@
   <suppress checks="IllegalImport" message="org\.apache\.htrace\.core"/>
   <suppress checks="ImportOrder" message="Extra separation in import group before"/>
   <suppress checks="MethodLength" files="DemoClient.java"/>
+  <suppress checks="LineLength" files="MultiTableSnapshotInputFormat.java"/>
 
 Review comment:
   Is it possible to suppress LineLenght check only on the offending lines in the javadoc instead of completely ignoring it in the org.apache.hadoop.hbase.mapred package?
   
   https://stackoverflow.com/a/30070188/3521345

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services