raprogramm/Cargo Quality Analyzer
Professional Rust code quality analysis with hardcoded standards
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze | no | src/ |
| analyzer | Specific analyzer to run (path_import, format_args, empty_lines, inline_comments, mod_rs) | no | "" |
| fail_on_issues | Fail the action if issues are found | no | true |
| post_comment | Post analysis results as PR comment | no | false |
| update_comment | Update existing comment instead of creating new | no | true |
Outputs
| name | description |
|---|---|
| total_issues | Total number of issues found |
| path_import_issues | Issues from path_import analyzer |
| format_args_issues | Issues from format_args analyzer |
| empty_lines_issues | Issues from empty_lines analyzer |
| inline_comments_issues | Issues from inline_comments analyzer |
| mod_rs_issues | Issues from mod_rs analyzer |
| has_issues | Whether any issues were found |