Finish strict equality sweep #519
No reviewers
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
External/card-drop!519
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/517-finish-strict-equality-sweep"
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?
#517
Approve — this completes the #517 strict-equality sweep and looks good to merge.
What looks good
==/!=conversion across 41src/files; only intentional== null/!= nullchecks remain (4 sites), which align with theeqeqeq{ null: "ignore" }setting.eqeqeqis enabled in a separate config block so enforcement works even while the./src/./testsfile globs are still broken (addressed separately in #521).(environment & CoreClient.Environment) === …) and string/number comparisons are correctly tightened to===.tests/already had no loose equality, so no test-file churn was needed.Non-blocking
src/**/*/tests/**/*globs./drop,/inventory, and/statsagainst real card data before release.