Skip to content

Stabilize cargo-bless CLI UX#25

Merged
Ruffian-L merged 1 commit intomainfrom
release/cargo-bless-0.1.4
May 2, 2026
Merged

Stabilize cargo-bless CLI UX#25
Ruffian-L merged 1 commit intomainfrom
release/cargo-bless-0.1.4

Conversation

@Ruffian-L
Copy link
Copy Markdown
Owner

@Ruffian-L Ruffian-L commented May 2, 2026

Summary

  • make code audit opt-in for the main cargo bless flow
  • support cargo bless bs while preserving direct cargo-bless bs usage
  • validate conflicting flag combinations and reduce noisy fix-mode validation output
  • bump release version to 0.1.4

Tests

  • cargo fmt --check
  • cargo clippy --all-targets -- -D warnings
  • cargo test --all
  • cargo publish --dry-run

Summary by CodeRabbit

  • New Features

    • Code audit is now optional; use --audit-code flag to include it in reports.
    • New cargo bless bs subcommand shortcut for code audit analysis.
  • Bug Fixes

    • Added validation to prevent incompatible flag combinations (--dry-run without --fix, --json with --fix or --update-rules).
  • Documentation

    • Updated CLI usage examples and documentation to reflect new audit-code behavior and options.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e2d077ec-8ed2-44fa-8e57-99bf8386989b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • ✅ Review completed - (🔄 Check again to review again)
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/cargo-bless-0.1.4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Ruffian-L Ruffian-L merged commit 3fa787e into main May 2, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant