gert-jandev/LegacyLint Delphi Scan
Static analysis for Delphi/Pascal that annotates findings directly on your pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | LegacyLint project API key. Store it as an encrypted secret and pass it here. | yes | — |
| project-key | LegacyLint project key (from your project settings). | yes | — |
| path | Path to scan. | no | . |
| server-url | LegacyLint API base URL. | no | https://api.legacylint.com |
| report-scope | Which findings to report on the PR: changed-lines (default), all, or new-vs-base. | no | changed-lines |
| fail-on | Fail the job when reported findings reach this severity or higher: error (default), warning, or none. | no | error |
| comment | Post/update a single summary comment on the pull request (true/false). | no | true |
| annotate | Emit inline annotations on the PR diff (true/false). | no | true |
| max-issues-per-file | Cap issues reported per file. | no | 200 |
| github-token | Token used to post annotations and the PR comment. | no | ${{ github.token }} |
Outputs
no outputs