bugbug
bugbug copied to clipboard
[code_review] Add example of unwanted "Ensure ..." comments to the filtering phase
We have noticed this type of comment is either ignored or marked as invalid by users. We should filter it out.
Examples:
- The test setup correctly sets the
hasUserNamespacesproperty to false and resets it after the test. Ensure that the test accounts for both dark and light themes when checking for the expected background color. - The new conditional check for
aFlagsbefore callingInitResizeFlagsintroduces a new behavior where resize flags may not be initialized in some cases. Ensure that all code paths settingaFlagsare reviewed to confirm that this behavior is intentional and correctly implemented.
This should be covered by #4579. We should test after that one is fixed.