mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
chore: remove all traces of lint-plugin.sh
This commit is contained in:
parent
a3725d3917
commit
b732ba946b
3 changed files with 0 additions and 14 deletions
|
|
@ -94,7 +94,6 @@ Complete listing of all plugin components.
|
|||
| `scripts/check-outdated-deps.sh` | Dependency freshness check |
|
||||
| `scripts/ensure-ignore-files.sh` | Gitignore/dockerignore alignment |
|
||||
| `scripts/generate_unraid_api_reference.py` | Generate canonical API docs and schema change report from GraphQL introspection |
|
||||
| `scripts/lint-plugin.sh` | Plugin manifest validation |
|
||||
| `scripts/validate-marketplace.sh` | Marketplace JSON validation |
|
||||
|
||||
## CI/CD workflows
|
||||
|
|
|
|||
|
|
@ -93,7 +93,6 @@ unraid-mcp/
|
|||
| +-- check-outdated-deps.sh # Dependency freshness
|
||||
| +-- ensure-ignore-files.sh # Ignore file validation
|
||||
| +-- generate_unraid_api_reference.py # GraphQL schema to docs
|
||||
| +-- lint-plugin.sh # Plugin manifest validation
|
||||
| +-- validate-marketplace.sh # Marketplace JSON validation
|
||||
|
|
||||
+-- tests/ # Test suite (see mcp/TESTS.md)
|
||||
|
|
|
|||
|
|
@ -48,18 +48,6 @@ bash scripts/ensure-ignore-files.sh --check .
|
|||
bash scripts/ensure-ignore-files.sh .
|
||||
```
|
||||
|
||||
### lint-plugin.sh
|
||||
|
||||
Validates plugin manifest files:
|
||||
- JSON syntax
|
||||
- Required fields
|
||||
- Version consistency
|
||||
- MCP server configuration
|
||||
|
||||
```bash
|
||||
bash scripts/lint-plugin.sh
|
||||
```
|
||||
|
||||
### validate-marketplace.sh
|
||||
|
||||
Validates marketplace JSON configuration:
|
||||
|
|
|
|||
Loading…
Reference in a new issue