lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.99k stars 534 forks source link

Use linters in project #214

Closed lebovski closed 2 years ago

lebovski commented 2 years ago

I suggest using linters in the project, like https://golangci-lint.run/

lni commented 2 years ago

@lebovski golangci-lint has been a part of the CI for 1-2 years. please see link below.

https://github.com/lni/dragonboat/blob/7db91bd26f838034603319ae0a3ea50e49cb0126/.github/workflows/test.yml#L151

did you find any particular problem in the code?