Commit 1ba148f
committed
[Impeller] Silence bugprone-unchecked-optional-access in renderer_golden_unittests
clang-tidy does not recognise gtest's ASSERT_TRUE as flow-affecting, so
desc-> accesses after ASSERT_TRUE(desc.has_value()) trip
bugprone-unchecked-optional-access. Use the same NOLINTBEGIN/NOLINTEND
block as renderer_unittests.cc, referencing the same tracking issue.1 parent 21e4d64 commit 1ba148f
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
0 commit comments