transform spec #3
cli.yml
on: pull_request
validate-release
7s
Matrix: cli
Annotations
5 errors and 4 warnings
cli (ubuntu-latest)
issues found
|
cli (windows-latest)
In function 'to_wasi_env_read_inner':
|
cli (windows-latest)
warning: implicit declaration of function 'open_memstream' [-Wimplicit-function-declaration]
|
cli (windows-latest)
warning: assignment to 'FILE *' {aka 'struct _iobuf *'} from 'int' makes pointer from integer without a cast [-Wint-conversion]
|
cli (windows-latest)
Process completed with exit code 1.
|
cli (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
|
cli (ubuntu-latest):
cli/internal/data_transform/transform.go#L19
unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
cli (ubuntu-latest):
cli/internal/data_transform/transform.go#L20
unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
|
cli (ubuntu-latest):
cli/internal/data_transform/transform.go#L21
unused-receiver: method receiver 'n' is not referenced in method's body, consider removing or renaming it as _ (revive)
|