Lago integration #2899
Annotations
7 errors and 1 warning
golangci-lint:
internal/billing/usage.go#L237
Error return value of `resp.Body.Close` is not checked (errcheck)
|
golangci-lint:
internal/billing/usage.go#L125
exported: exported method LagoClient.CheckIfCustomerExists should have comment or be unexported (revive)
|
golangci-lint:
internal/billing/usage.go#L142
exported: exported method LagoClient.GetCustomeActivePlan should have comment or be unexported (revive)
|
golangci-lint:
internal/billing/usage.go#L325
unnecessary trailing newline (whitespace)
|
golangci-lint:
internal/billing/usage.go#L348
unnecessary leading newline (whitespace)
|
golangci-lint:
internal/billing/usage.go#L105
ineffectual assignment to err (ineffassign)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache/restore@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading