G2 support

This commit is contained in:
bryanthaboi
2026-08-11 11:52:56 -04:00
parent 79ed37699e
commit ae6cac89e1
489 changed files with 226677 additions and 1798 deletions
+3
View File
@@ -45,6 +45,9 @@ local ALLOWED = {
.. "(POKEPORT_LAUNCHER_PROF's frame timings)" },
{ pattern = '== "\\v"', why = "comparing against a marker, not printing it" },
{ pattern = "txBuf", why = "newline-delimited wire framing, not text" },
{ pattern = "local PAGE, SCROLL, LINE",
why = "naming the three text-control markers so the code that splits a "
.. "decoded stream into pages can compare against them" },
}
-- Whole files inside a watched directory that are exempt, with the reason.