polyfloyd
polyfloyd
+1 from me for this feature. I encountered this last week when I had to move a group relative to another group, which caused a very crucial workplane to be...
Thank you for your research on this matter! When the spec is vague about something, I think it is important to adhere to whatever all other popular tooling does. Mutagen...
Thanks for reporting this! I allowed `io.EOF` from `(io.ReadCloser).Read`. The second example is a bit trickier as the allow-list works based on the name of the type. And since `MyReader`...
Yes, any function in the standard library that returns io.EOF is ok to allow
Fixed in d1fbedb7e97b9da420a6e9ad88f9afdeb48f09ee
This is a good suggestion! It would also be nice to have an additional lint that raises a warning if an error from another library is accidentally exposed