-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
golangci-lint version
# golangci-lint has version 1.39.0 built from 9aea4aee on 2021-03-26T08:02:53Z// .golangci.yml
linters:
disable-all: true
enable:
- unparam// lower implements encoding.TextUnmarshaler to force lowercase
type lower string
// unparam: (*lower).UnmarshalText - result 0 (error) is always nil
func (l *lower) UnmarshalText(b []byte) error {
s := strings.ToLower(string(b))
*l = lower(s)
return nil
}jackwilsdon, austinbutler, PotatoesFall and dbohdan
Metadata
Metadata
Assignees
Labels
No labels