This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new d78fb212e yamllint enable rule checking for comments (#2527)
d78fb212e is described below
commit d78fb212e3232e8b10921229567cb35e22ff70c8
Author: John Bampton <[email protected]>
AuthorDate: Mon Feb 9 08:24:13 2026 +1000
yamllint enable rule checking for comments (#2527)
---
.github/linters/.yaml-lint.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml
index ed3d5b93e..0915e6a7b 100644
--- a/.github/linters/.yaml-lint.yml
+++ b/.github/linters/.yaml-lint.yml
@@ -22,7 +22,10 @@ extends: default
rules:
braces: disable
brackets: disable
- comments: disable
+ comments:
+ ignore-shebangs: true
+ min-spaces-from-content: 1
+ require-starting-space: true
document-start: disable
line-length: disable
truthy: false