You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Code generated by genny - DO NOT EDIT.
// https://github.com/cheekybits/genny
This change would make it such that any linters could recognize that the code isn't human-edited/maintained, and automatically make the appropriate "ignore issues in this file" determination.
Thanks for writing up this tooling, and I hope you're having a fantastic day! :)
The text was updated successfully, but these errors were encountered:
I was looking at the go generics options available today and noticed in the docs that this project seems to be using a header of:
As it were, this header format isn't usually recognized as machine-generated by common linters.
Would it be possible to switch to the community standard header format? Perhaps something like this:
This change would make it such that any linters could recognize that the code isn't human-edited/maintained, and automatically make the appropriate "ignore issues in this file" determination.
Thanks for writing up this tooling, and I hope you're having a fantastic day! :)
The text was updated successfully, but these errors were encountered: