Skip to content

parser: Handle self-closing elements and void elements (#127) #65

parser: Handle self-closing elements and void elements (#127)

parser: Handle self-closing elements and void elements (#127) #65

Triggered via push October 11, 2024 02:17
Status Failure
Total duration 40s
Artifacts

golang-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: lexer.go#L463
builder.name.String undefined (type bufPos has no field or method String) (typecheck)
lint: lexer.go#L467
builder.value.String undefined (type bufPos has no field or method String) (typecheck)
lint: lexer.go#L490
l.currAttr.value.Write undefined (type bufPos has no field or method Write) (typecheck)
lint: lexer.go#L510
l.currAttr.name.WriteByte undefined (type bufPos has no field or method WriteByte) (typecheck)
lint: lexer.go#L517
l.currAttr.value.WriteByte undefined (type bufPos has no field or method WriteByte) (typecheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/