chore: remove all traces of lint-plugin.sh

This commit is contained in:
Jacob Magar 2026-04-05 09:29:45 -04:00
parent a3725d3917
commit b732ba946b
3 changed files with 0 additions and 14 deletions

View file

@ -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

View file

@ -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)

View file

@ -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: