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
It seems normalization introduced in #2387 generates incorrect regex.
I think this exclude rule leads to panic:
issues:
exclude-use-default: falseexclude-rules:
# Ignore linters in main packages.
- path: cmd\/.+\/main\.golinters: [ goconst, funlen, gocognit, gocyclo ]
v1.49.0 works fine.
*nix builds are unaffected, probably.
Version of golangci-lint
$ golangci-lint --versiongolangci-lint has version v1.50.0 built from (unknown, mod sum: "h1:+Xmyt8rKLauNLp2gzcxKMN8VNGqGc5Avc2ZLTwIOpEA=") on (unknown)
Welcome
Description of the problem
It seems normalization introduced in #2387 generates incorrect regex.
I think this exclude rule leads to panic:
v1.49.0
works fine.*nix builds are unaffected, probably.
Version of golangci-lint
Configuration file
https://github.com/ogen-go/ogen/blob/ded33e09c1697f41473e0defe69f345867e24375/.golangci.yml
Go environment
Verbose output of running
Code example or link to a public repository
https://github.com/ogen-go/ogen/
The text was updated successfully, but these errors were encountered: