This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new a60c6765b [DOCS] Enable markdownlint rule `MD042` (#1333)
a60c6765b is described below

commit a60c6765b8b1adcea9c768efad3ac02f31926a45
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 11 10:47:28 2024 +1000

    [DOCS] Enable markdownlint rule `MD042` (#1333)
    
    https://github.com/DavidAnson/markdownlint/blob/main/doc/md042.md
---
 .github/linters/.markdown-lint.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/linters/.markdown-lint.yml 
b/.github/linters/.markdown-lint.yml
index 444a4110c..a6f2f5463 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -45,9 +45,6 @@ MD040: false
 # first-line-heading/first-line-h1 - First line in a file should be a 
top-level heading
 MD041: false
 
-# no-empty-links - No empty links
-MD042: false
-
 # no-alt-text - Images should have alternate text (alt text)
 MD045: false
 

Reply via email to