storj / crypto-batch-payment

A high volume ERC20 token payment application.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Replaces staticcheck with golangci-lint #24

Closed azdagron closed 2 months ago

azdagron commented 2 months ago

Borrowed the config from storj/ci and only made one edit to disable linting comments on exported functions due to the volume of violations. This lint can be enabled later when someone has the time to address them.