| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
linter: Fix false positive with parameter_assignments and negate operator
Fixes https://github.com/dart-lang/sdk/issues/61169
The test case is weird. The issue is that `!p` was reported _only after_ `p = true;` is called. So it manifested as a double report. The test case leaves the `p = true;` statement.
The code is otherwise simplified.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |