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
Comment add context on `struct-patterns` patterns, so its not unexpected
for users that patterns behaves in next way:
1. e.g. `*.Text` can match struct Test if golangci-lint launched against
the file
`golangcli-lint run example/example.go`
1. e.g. `*.Text` do not match struct Test if golangci-lint launched
against package
`golangcli-lint run example`
0 commit comments