We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03ddfc5 commit 951430fCopy full SHA for 951430f
.claude-plugin/plugin.json
@@ -1,6 +1,6 @@
1
{
2
"name": "skill-repo",
3
- "version": "1.6.3",
+ "version": "1.6.4",
4
"description": "Guide for structuring Netresearch skill repositories",
5
"repository": "https://github.com/netresearch/skill-repo-skill",
6
"license": "MIT",
.github/workflows/validate.yml
@@ -49,7 +49,11 @@ jobs:
49
config_data: |
50
extends: default
51
rules:
52
+ comments:
53
+ min-spaces-from-content: 1
54
document-start: disable
55
+ indentation:
56
+ indent-sequences: whatever
57
line-length:
58
max: 200
59
truthy:
0 commit comments