-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autogenerated_exclude: bufio.Scanner: token too long #954
Labels
bug
Something isn't working
Comments
ernado
added a commit
to ernado/golangci-lint
that referenced
this issue
Feb 3, 2020
Some lines can be very long, so increase scanner buffer to mitigate this. Fix golangci#954
ernado
added a commit
to ernado/golangci-lint
that referenced
this issue
Feb 3, 2020
Some lines can be very long, so increase scanner buffer to mitigate this. Fix golangci#954
ernado
added a commit
that referenced
this issue
Feb 3, 2020
* autogenerated_exclude: increase scanner buffer Some lines can be very long, so increase scanner buffer to mitigate this. Fix #954
3 tasks
First of all, thank you @ernado for your great project. Could you help us with the issue that we do have files like ~900Kb https://github.com/ethereum/go-ethereum/blob/master/core/genesis_alloc.go
|
ernado
added a commit
that referenced
this issue
Feb 28, 2020
Hey @JekaMas, please check v1.23.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in comment by @agnivade:
Seems like we can just increase buffer size of scanner.
The text was updated successfully, but these errors were encountered: