feat: add indent to list node #40
Annotations
4 errors
parser/parser.go#L134
assignOp: replace `indent = indent / 2` with `indent /= 2` (gocritic)
|
parser/parser.go#L123
typeSwitchVar: 3 cases can benefit from type switch with assignment (gocritic)
|
parser/parser.go#L146
unchecked-type-assertion: type cast result is unchecked in prevResultNode.(*ast.List) - type assertion will panic if not matched (revive)
|
|
This job failed
Loading