startreedata / pinot-client-go

Apache Pinot Golang Client managed by StarTree
Apache License 2.0
28 stars 10 forks source link

Fix failing linters for the project and enable them. #26

Closed abhioncbr closed 9 months ago

abhioncbr commented 1 year ago

Currently, golangci-lint run commands fail for a few linters, so we disabled them. Here is the list

  disable:
    - godox
    - ineffassign
    - errcheck
    - staticcheck
    - gosimple
    - stylecheck
    - wsl
    - revive

This issue will work on resolving all the lining errors and enabling them. I will work on it. Thanks