Commit 759a7d5
integrity: --skip-check support (#19598)
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.1 parent 83b0547 commit 759a7d5
1 file changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1117 | 1117 | | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | | - | |
| 1120 | + | |
1121 | 1121 | | |
1122 | | - | |
1123 | | - | |
1124 | | - | |
1125 | | - | |
1126 | | - | |
1127 | | - | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
1132 | 1129 | | |
| 1130 | + | |
1133 | 1131 | | |
1134 | 1132 | | |
1135 | 1133 | | |
| |||
0 commit comments