parser: Handle self-closing elements and void elements (#127) #65
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:
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/mfixalloc.go#L60
undefined: max (typecheck)
|
lint:
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/mgcmark.go#L1427
undefined: min (typecheck)
|
lint:
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/mgcpacer.go#L1146
undefined: max (typecheck)
|
lint:
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/mgcpacer.go#L1156
undefined: max (typecheck)
|
lint:
../../../../../opt/hostedtoolcache/go/1.23.2/x64/src/runtime/mgcpacer.go#L1157
undefined: min (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/
|