confusing-naming
Default severity: error
Reject declarations whose names differ only by capitalization. Default: methods and fields.
type User struct { ID string; Id string }type User struct { ID string; Name string }Default severity: error
Reject declarations whose names differ only by capitalization. Default: methods and fields.
type User struct { ID string; Id string }type User struct { ID string; Name string }