thetwopct/WP.org Plugin Readme Linter
Lint WordPress.org plugin readme.txt files for WordPress.org Plugin Directory standards
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to readme.txt file | no | readme.txt |
| format | Output format (annotations, sarif, json) | no | annotations |
| fail-on | Fail on issue level (error, warning, info) | no | error |
| config | Path to configuration file | no | .wporg-readme-lint.json |
| output | Output file path for SARIF/JSON | no | "" |
| upload-sarif | Automatically upload SARIF to GitHub Code Scanning (requires format=sarif) | no | false |
Outputs
| name | description |
|---|---|
| sarif-file | Path to generated SARIF file (if format=sarif) |
| violations-count | Total number of violations found |
| failed | Whether the linter failed based on fail-on level |