Skip to content

Commit

Permalink
[CI] Enable yamllint rules comments and comments-indentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 13, 2024
1 parent 0b9dd43 commit 122ee72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/linters/.yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ extends: default

rules:
colons: disable
comments: disable
comments-indentation: disable
document-start: disable
line-length: disable
truthy: false
4 changes: 2 additions & 2 deletions R/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,7 +13,7 @@ template:
# bg: "#fff"
navbar:
structure:
# left: [intro, articles, reference, news]
# left: [intro, articles, reference, news]
right: [search, github]
home:
sidebar:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ markdown_extensions:
- pymdownx.tilde
plugins:
- search:
#prebuild_index: true
# prebuild_index: true
- macros
- git-revision-date-localized:
type: datetime
Expand Down

0 comments on commit 122ee72

Please sign in to comment.