donaldgifford/claudelint
Lint Claude Code artifacts (CLAUDE.md, skills, commands, agents, hooks, plugins, marketplaces, MCP servers).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | claudelint version to install (e.g. v0.1.0, or "latest") | no | latest |
| path | Path(s) to lint, space-separated | no | . |
| format | Output format: text | json | github | sarif | no | github |
| config | Path to .claudelint.hcl (defaults to discovery) | no | "" |
| max-warnings | Fail if warnings exceed this count (-1 = disabled) | no | -1 |
| upload-sarif | If true, upload SARIF to GitHub code-scanning | no | false |
| sarif-category | Category name for the uploaded SARIF | no | claudelint |
Outputs
| name | description |
|---|---|
| diagnostics-count | Total diagnostic count (errors + warnings + info) |
| error-count | Error-severity diagnostic count |
| sarif-path | Path to the generated SARIF file (if format=sarif) |