Closed adambabik closed 7 years ago
As we integrated pretty a lot of linters into our CI pipeline, there are many warning identified.
Fix all warning reported by make lint across the whole project.
make lint
goimports should be removed as we agreed that gofmt sorts modules good enough.
goimports
gofmt
It's a blocker because none PR will be able to pass CI checks.
It was fixed twise. At #388 and #387. Why do we need it? New warnings are coming from uncleaned PR.
@adambabik as you've noticed that, can you fix that, please? I don't think it'll take a lot of time.
Done https://github.com/status-im/status-go/pull/436
Problem
As we integrated pretty a lot of linters into our CI pipeline, there are many warning identified.
Implementation
Fix all warning reported by
make lint
across the whole project.goimports
should be removed as we agreed thatgofmt
sorts modules good enough.Acceptance Criteria
make lint
reports no errors/warnings.Notes
It's a blocker because none PR will be able to pass CI checks.