Skip to content

fix(deletions): Remove unnecessary skip_models check in Group deletion#108448

Merged
kcons merged 1 commit intomasterfrom
kcons/phase1
Feb 18, 2026
Merged

fix(deletions): Remove unnecessary skip_models check in Group deletion#108448
kcons merged 1 commit intomasterfrom
kcons/phase1

Conversation

@kcons
Copy link
Member

@kcons kcons commented Feb 18, 2026

similarity is a module, not a model, so it would never appear in skip_models.
The check was always truthy and thus dead code.

@kcons kcons requested a review from a team as a code owner February 18, 2026 17:23
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 18, 2026
@kcons kcons merged commit b74117a into master Feb 18, 2026
81 checks passed
@kcons kcons deleted the kcons/phase1 branch February 18, 2026 18:58
JonasBa pushed a commit that referenced this pull request Feb 19, 2026
#108448)

`similarity` is a module, not a model, so it would never appear in
skip_models.
The check was always truthy and thus dead code.
kcons added a commit that referenced this pull request Feb 23, 2026
#108606)

strict_equality occasionally seems a bit picky, but it flags nonsense
comparisons that can be tricky to identify otherwise.
On average, it seems to make us safer and more honest without too much
cost, and this in turn makes us able to move faster.

See also:
 * #108478
 * #108466
 * #108462
 * #108450
 * #108448
 * #108578
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
#108448)

`similarity` is a module, not a model, so it would never appear in
skip_models.
The check was always truthy and thus dead code.
mchen-sentry pushed a commit that referenced this pull request Feb 24, 2026
#108606)

strict_equality occasionally seems a bit picky, but it flags nonsense
comparisons that can be tricky to identify otherwise.
On average, it seems to make us safer and more honest without too much
cost, and this in turn makes us able to move faster.

See also:
 * #108478
 * #108466
 * #108462
 * #108450
 * #108448
 * #108578
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

claude-code-assisted Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants