Open OhohLeo opened 2 years ago
Thanks for reporting, the timeline for a fix is pretty far off, but as a workaround you may like to try turning off your linter, or else look into silencing your target directory: https://github.com/scala/scala/pull/8373
Hello,
I am facing a compilation issue on avro generated code when updating my scala application using sbt-avrohugger library.
My versions :
Here is an exemple of the failing code :
coming from this generated code :
generated from this avro exerpt :
Do you know how to solve this compilation issue ?