dont bother capitalizing ID in field names #10
golangci-lint.yml
on: push
lint all VRFS modules
11s
Annotations
10 errors and 1 warning
lint all VRFS modules:
vrfs-api/service/server.go#L57
ST1003: var bucketId should be bucketID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L62
ST1003: func computeBucketId should be computeBucketID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L62
ST1003: func parameter tenantId should be tenantID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L62
ST1003: func parameter filesetId should be filesetID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L75
ST1003: var bucketId should be bucketID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L82
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L105
ST1003: var mtProofsJson should be mtProofsJSON (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L132
ST1003: func computeDbKeyMtProofs should be computeDBKeyMtProofs (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L132
ST1003: func parameter tenantId should be tenantID (stylecheck)
|
lint all VRFS modules:
vrfs-api/service/server.go#L132
ST1003: func parameter fileSetId should be fileSetID (stylecheck)
|
lint all VRFS modules
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@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/.
|