Commit 2c0d084
committed
fix(CI): resolve shellcheck and broken-symlink lint failures
The lint workflow added in #120 surfaced three pre-existing failures. This
commit fixes the two shellcheck findings and the broken symlink.
- init-guidance.sh: the first sed expression matches the literal text
"${CLAUDE_PLUGIN_ROOT}" as it appears in the vendored SKILL.md, so the
single quotes are required and SC2016 is a false positive. Disable the
check at that call with a comment explaining why.
- upload-screenshots.sh: verify_on's retry loop never reads its counter, so
SC2034 fired on it. Use the conventional throwaway `_` instead.
- .claude/rules/plugin-entity-taxonomy.md: the symlink still pointed at
docs/guidance/, which ad6ee13 moved to
han-plugin-builder/skills/guidance/references/. That commit rewrote the
adjacent .claude/rules/ text references but could not catch a symlink
target. Repoint it at the file's current home.1 parent 94c5b30 commit 2c0d084
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- .claude/rules
- han-github/skills/work-items-to-issues/scripts
- han-plugin-builder/skills/guidance/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
0 commit comments