Skip to content

mixin autonomous organization proposal #126

mixin autonomous organization proposal

mixin autonomous organization proposal #126

Triggered via push April 8, 2024 11:17
Status Success
Total duration 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
Cannot open: File exists
lint
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/.
lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
lint: command.go#L167
var-naming: var networkId should be networkID (revive)
lint: command.go#L634
var-naming: var networkId should be networkID (revive)
lint: command.go#L1033
unused-parameter: parameter 'deposit' seems to be unused, consider removing or renaming it as _ (revive)
lint: config/reader.go#L14
var-naming: const KernelNetworkId should be KernelNetworkID (revive)
lint: kernel/self.go#L59
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
lint: kernel/topology.go#L66
increment-decrement: should replace node.TopoCounter.count += 1 with node.TopoCounter.count++ (revive)
lint: kernel/topology.go#L69
increment-decrement: should replace node.TopoCounter.seq += 1 with node.TopoCounter.seq++ (revive)
lint: kernel/mint.go#L446
increment-decrement: should replace valid += 1 with valid++ (revive)
lint: kernel/node.go#L556
increment-decrement: should replace count += 1 with count++ (revive)