Skip to content

apply actual fix

c86e48e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(patch-v0.27.3): backport yaml expansion fix #1362

apply actual fix
c86e48e
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Nov 13, 2025 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

database/context_test.go|21 col 2| missing whitespace above this line (invalid statement above assign) (wsl_v5)
router/middleware/build/context_test.go|20 col 2| missing whitespace above this line (invalid statement above assign) (wsl_v5)
router/middleware/build/context_test.go|34 col 2| missing whitespace above this line (invalid statement above assign) (wsl_v5)

Filtered Findings (0)

Annotations

Check failure on line 21 in database/context_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] database/context_test.go#L21

missing whitespace above this line (invalid statement above assign) (wsl_v5)
Raw output
database/context_test.go:21:2: missing whitespace above this line (invalid statement above assign) (wsl_v5)
	ctx, _ := gin.CreateTestContext(nil)
	^

Check failure on line 20 in router/middleware/build/context_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] router/middleware/build/context_test.go#L20

missing whitespace above this line (invalid statement above assign) (wsl_v5)
Raw output
router/middleware/build/context_test.go:20:2: missing whitespace above this line (invalid statement above assign) (wsl_v5)
	context, _ := gin.CreateTestContext(nil)
	^

Check failure on line 34 in router/middleware/build/context_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] router/middleware/build/context_test.go#L34

missing whitespace above this line (invalid statement above assign) (wsl_v5)
Raw output
router/middleware/build/context_test.go:34:2: missing whitespace above this line (invalid statement above assign) (wsl_v5)
	context, _ := gin.CreateTestContext(nil)
	^
3 issues:
* wsl_v5: 3