feat: add indent to list node #40
backend-tests.yml
on: push
go-static-checks
9s
go-tests
11s
Annotations
4 errors
go-static-checks:
parser/parser.go#L134
assignOp: replace `indent = indent / 2` with `indent /= 2` (gocritic)
|
go-static-checks:
parser/parser.go#L123
typeSwitchVar: 3 cases can benefit from type switch with assignment (gocritic)
|
go-static-checks:
parser/parser.go#L146
unchecked-type-assertion: type cast result is unchecked in prevResultNode.(*ast.List) - type assertion will panic if not matched (revive)
|
go-static-checks
issues found
|