unsupported-binary-write
Default severity: error
Reports architecture-sized integers and other variable-size values passed to
binary.Write.
binary.Write(writer, binary.LittleEndian, value) // reported when value is intbinary.Write(writer, binary.LittleEndian, uint32(value))