Skip to content

Commit 951430f

Browse files
committed
fix: relax yamllint rules for comments and indentation
- comments: allow 1 space before (SHA pin comments like # v6.0.2) - indentation: allow flexible sequence indentation (DDEV templates etc) Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
1 parent 03ddfc5 commit 951430f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skill-repo",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Guide for structuring Netresearch skill repositories",
55
"repository": "https://github.com/netresearch/skill-repo-skill",
66
"license": "MIT",

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
config_data: |
5050
extends: default
5151
rules:
52+
comments:
53+
min-spaces-from-content: 1
5254
document-start: disable
55+
indentation:
56+
indent-sequences: whatever
5357
line-length:
5458
max: 200
5559
truthy:

0 commit comments

Comments
 (0)