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 122ee7219 [CI] Enable `yamllint` rules `comments` and 
`comments-indentation` (#1630)
122ee7219 is described below

commit 122ee7219046bda7e4b27e7f72a75c432f82b636
Author: John Bampton <[email protected]>
AuthorDate: Sun Oct 13 12:01:28 2024 +1000

    [CI] Enable `yamllint` rules `comments` and `comments-indentation` (#1630)
    
    
https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments
    
    
https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.comments_indentation
---
 .github/linters/.yaml-lint.yml | 2 --
 R/_pkgdown.yml                 | 4 ++--
 mkdocs.yml                     | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml
index 117e78e6b..59520ddb0 100644
--- a/.github/linters/.yaml-lint.yml
+++ b/.github/linters/.yaml-lint.yml
@@ -4,8 +4,6 @@ extends: default
 
 rules:
   colons: disable
-  comments: disable
-  comments-indentation: disable
   document-start: disable
   line-length: disable
   truthy: false
diff --git a/R/_pkgdown.yml b/R/_pkgdown.yml
index 4280bf60d..998210342 100644
--- a/R/_pkgdown.yml
+++ b/R/_pkgdown.yml
@@ -3,7 +3,7 @@ template:
   bootstrap: 5
   # bootswatch: cosmo
   bslib:
-    #font_scale: 1.1
+    # font_scale: 1.1
     primary: "#ff6e42"
     light: "#ff6e42"
     navbar-light-color: "#fff"
@@ -13,7 +13,7 @@ template:
     # bg: "#fff"
 navbar:
   structure:
-   # left:  [intro, articles, reference, news]
+    # left: [intro, articles, reference, news]
     right: [search, github]
 home:
   sidebar:
diff --git a/mkdocs.yml b/mkdocs.yml
index 68ce12073..983bc4384 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -200,7 +200,7 @@ markdown_extensions:
   - pymdownx.tilde
 plugins:
   - search:
-    #prebuild_index: true
+  # prebuild_index: true
   - macros
   - git-revision-date-localized:
       type: datetime

Reply via email to