The full set of v8 headings the audit may skip for this host.
(platform_key: str)
| 257 | |
| 258 | |
| 259 | def _audit_allowlist(platform_key: str) -> frozenset[str]: |
| 260 | """The full set of v8 headings the audit may skip for this host.""" |
| 261 | return SHARED_INTRO_ALLOWLIST | _CONSOLIDATION_ALLOWLIST.get(platform_key, frozenset()) |
| 262 | |
| 263 | |
| 264 | @dataclass(frozen=True) |