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
~/Celestia/celestia-core on main *2 > make lint took 19s
--> Running linter
~/Celestia/celestia-core on main *2 >
It's not showing anything locally. I guess that I have a different version.
Generally, if we want to enforce specific linting rule, we should add a workflow that runs the linter and complains if there are any changes to the repo. Otherwise, we will need to make this change manually every time, and not expect contributors to do it themselves.
Not blocking on this tho, thanks for handling it 🙏
@ninabarbakadze what golangci-lint version do you have installed locally? For me:
$ golangci-lint version
golangci-lint has version 1.59.0 built with go1.22.3 from 2059b18a on 2024-05-26T18:13:27Z
I think this issue may be resolvable by bumping golangci-lint in this repo / CI to use the latest version and then to recommend contributors to also use the latest version.
It's not showing anything locally. I guess that I have a different version.
Generally, if we want to enforce specific linting rule, we should add a workflow that runs the linter and complains if there are any changes to the repo. Otherwise, we will need to make this change manually every time, and not expect contributors to do it themselves.
Not blocking on this tho, thanks for handling it 🙏
Originally posted by @rach-id in #3720 (review)
The text was updated successfully, but these errors were encountered: