···77 - -QF1003 # "could use tagged switch"
88 - -ST1003 # "should not use underscores in Go names" - indigo's code gen makes some
99 - -SA5008 # "unknown JSON option" doesn't care for the const stuff
1010+ - -ST1006 # receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (uniffi-bindgen-go uses this)
1111+ - -ST1005 # error strings should not be capitalized (uniffi-bindgen-go uses this)
1012 disable:
1113 - unused
1214 exclusions: