feat(review): suggest missing CI linters #65
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-51-ci-linter-advisories"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
nix develop -c cargo test -p ar-review missing_ci_linter -- --nocapturenix develop -c cargo fmt --all -- --checknix develop -c cargo test -p ar-reviewnix develop -c cargo clippy -p ar-prompts -p ar-review --all-targets -- -D warningsnix develop -c cargo test -p ar-promptsCloses #51.
This PR introduces a feature to suggest missing CI linters in reviews, with the ability to suppress warnings for checks that maintainers have declined. The changes appear well-implemented and include tests to verify the new behavior. It seems safe to merge.
Walkthrough
@auto_review re-review
Queued a fresh review at
93c67ae892. Watch the commit-status badge for progress.This PR introduces a feature to suggest missing CI linters in reviews, with the ability to suppress recommendations for checks that maintainers have declined. The changes include updates to the review prompt and new test cases to verify the functionality. The implementation appears sound, but ensure comprehensive test coverage for various CI configurations and scenarios.
Walkthrough