You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/25 12:44:37 UTC

[GitHub] HeartSaVioR opened a new pull request #23887: [MINOR][BUILD] all checkstyle dtd to use "https://checkstyle.org"

HeartSaVioR opened a new pull request #23887: [MINOR][BUILD] all checkstyle dtd to use "https://checkstyle.org"
URL: https://github.com/apache/spark/pull/23887
 
 
   ## What changes were proposed in this pull request?
   
   Below build failed with Java checkstyle test, but instead of violation it shows FileNotFound on dtd file.
   https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/102751/
   
   Looks like the link of dtd file is dead `http://www.puppycrawl.com/dtds/configuration_1_3.dtd`.
   
   This patch updates the dtd link to "https://checkstyle.org/dtds/" given checkstyle repository used the URL path.
   https://github.com/checkstyle/checkstyle/issues/5601
   
   ## How was this patch tested?
   
   Checked the new links.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org