mocobeta opened a new pull request #1522:
URL: https://github.com/apache/lucene-solr/pull/1522


   ## Description
   
   This adds `documentationLint` task to gradle build. The task is a 
placeholder for `:lucene:checkBrokenLinks` and `:solr:checkBrokenLinks` that 
detect broken or invalid links in docs under `_project_/build/documentation`. 
   For now, both check tasks fail as there are broken links in the javadocs.
   
   See also https://issues.apache.org/jira/browse/LUCENE-9374
   
   ## Gradle command
   
   ```
   ./gradlew documentationLint
   ```
   
   or 
   
   ```
   ./gradlew :lucene:checkBrokenLinks
   ./gradlew :solr:checkBrokenLinks
   ```
   
   ## Note
   
   - I added `documentationLint` task that wraps `checkBrokenLinks` to align 
semantics with `documentation` task, but it can be removed if not needed.
   - `documentation-lint.gradle` could be placed under `gradle/documentation` ?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to