hyp0th3rmi4/Checkstyle to Markdown
Converts a checkstyle report into a Markdown document
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPORT_PATH | Path to the checkstyle report, relative to the repository root. | yes | — |
| OUTPUT_PATH | Path to the output location where the markdown file will be saved, relative to the repository root. | yes | — |
| ROOT_PREXIX | Root path for the java source code (default: src/main/java). | no | — |
| ERROR_ICON | Icon used for representing error messages (default: `ERROR`). | no | — |
| WARNING_ICON | Icon used for representing warning messages (default: `WARNING`). | no | — |
| INFO_ICON | Icon used for representing info messages (default: `INFO`). | no | — |
Outputs
no outputs