Skip to content

Implement new definition of slot 0 and epoch 0 in time provider and a… #1958

Implement new definition of slot 0 and epoch 0 in time provider and a…

Implement new definition of slot 0 and epoch 0 in time provider and a… #1958

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Aug 28, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (4)

vm/stardust/stvf_test.go|2606 col 31| G601: Implicit memory aliasing in for loop. (gosec)
vm/stardust/stvf_test.go|2618 col 29| G601: Implicit memory aliasing in for loop. (gosec)
vm/stardust/stvf_test.go|2745 col 31| G601: Implicit memory aliasing in for loop. (gosec)
vm/stardust/stvf_test.go|2757 col 29| G601: Implicit memory aliasing in for loop. (gosec)

Filtered Findings (0)

Annotations

Check failure on line 2606 in vm/stardust/stvf_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vm/stardust/stvf_test.go#L2606

G601: Implicit memory aliasing in for loop. (gosec)
Raw output
vm/stardust/stvf_test.go:2606:31: G601: Implicit memory aliasing in for loop. (gosec)
						require.ErrorAs(t, err, &tt.wantErr)
						                        ^

Check failure on line 2618 in vm/stardust/stvf_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vm/stardust/stvf_test.go#L2618

G601: Implicit memory aliasing in for loop. (gosec)
Raw output
vm/stardust/stvf_test.go:2618:29: G601: Implicit memory aliasing in for loop. (gosec)
				require.ErrorAs(t, err, &tt.wantErr)
				                        ^

Check failure on line 2745 in vm/stardust/stvf_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vm/stardust/stvf_test.go#L2745

G601: Implicit memory aliasing in for loop. (gosec)
Raw output
vm/stardust/stvf_test.go:2745:31: G601: Implicit memory aliasing in for loop. (gosec)
						require.ErrorAs(t, err, &tt.wantErr)
						                        ^

Check failure on line 2757 in vm/stardust/stvf_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] vm/stardust/stvf_test.go#L2757

G601: Implicit memory aliasing in for loop. (gosec)
Raw output
vm/stardust/stvf_test.go:2757:29: G601: Implicit memory aliasing in for loop. (gosec)
				require.ErrorAs(t, err, &tt.wantErr)
				                        ^