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
Is it possible to adapt the generator to be compliant with superlinter ?
I generate my code using
/Users/hdevigne/go/bin/2goarray Green icons
icons/green.go:6: File is not `goimports`-ed (goimports)
Error: icons/green.go:5:11: var-declaration: should omit type []byte from declaration of var Green; it will be inferred from the right-hand side (revive)
var Green []byte = []byte{
The text was updated successfully, but these errors were encountered:
Hello,
Is it possible to adapt the generator to be compliant with superlinter ?
I generate my code using
The text was updated successfully, but these errors were encountered: