Private data indexes with tests #136
Annotations
3 errors and 3 warnings
golangci-lint:
internal/util/copy.go#L81
return with no blank line before (nlreturn)
|
golangci-lint:
internal/util/copy.go#L89
return with no blank line before (nlreturn)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint:
internal/util/copy.go#L82
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
internal/util/copy.go#L83
var-naming: var isJsonFile should be isJSONFile (revive)
|
Loading