Skip to content

integrity: --skip-check support#19598

Merged
AskAlexSharov merged 1 commit intomainfrom
alex/skip_check_int_34
Mar 4, 2026
Merged

integrity: --skip-check support#19598
AskAlexSharov merged 1 commit intomainfrom
alex/skip_check_int_34

Conversation

@AskAlexSharov
Copy link
Collaborator

The fix iterates over requestedChecks (not the skip list) and excludes
anything in the skip set. Before, it was iterating over skip entries
and only keeping ones not found in the requested list — the exact
opposite of what's needed.

@AskAlexSharov AskAlexSharov enabled auto-merge (squash) March 4, 2026 05:19
@AskAlexSharov AskAlexSharov merged commit 2354dfd into main Mar 4, 2026
24 checks passed
@AskAlexSharov AskAlexSharov deleted the alex/skip_check_int_34 branch March 4, 2026 06:06
sudeepdino008 pushed a commit that referenced this pull request Mar 4, 2026
The fix iterates over requestedChecks (not the skip list) and excludes
   anything in the skip set. Before, it was iterating over skip entries
  and only keeping ones not found in the requested list — the exact     
  opposite of what's needed.
sudeepdino008 pushed a commit that referenced this pull request Mar 4, 2026
The fix iterates over requestedChecks (not the skip list) and excludes
   anything in the skip set. Before, it was iterating over skip entries
  and only keeping ones not found in the requested list — the exact     
  opposite of what's needed.
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.

2 participants