raprogramm/Cargo Quality Analyzer

Professional Rust code quality analysis with hardcoded standards

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to analyzenosrc/
analyzerSpecific analyzer to run (path_import, format_args, empty_lines, inline_comments, mod_rs)no""
fail_on_issuesFail the action if issues are foundnotrue
post_commentPost analysis results as PR commentnofalse
update_commentUpdate existing comment instead of creating newnotrue
namedescription
total_issuesTotal number of issues found
path_import_issuesIssues from path_import analyzer
format_args_issuesIssues from format_args analyzer
empty_lines_issuesIssues from empty_lines analyzer
inline_comments_issuesIssues from inline_comments analyzer
mod_rs_issuesIssues from mod_rs analyzer
has_issuesWhether any issues were found