Skip to content

Remove logparse based match tracking #527

Remove logparse based match tracking

Remove logparse based match tracking #527

Triggered via push December 28, 2024 23:44
Status Failure
Total duration 1m 12s
Artifacts

test.yml

on: push
lint-golangci
22s
lint-golangci
staticcheck
25s
staticcheck
sourcemod-plugin
6s
sourcemod-plugin
backend-test
0s
backend-test
frontend-test
19s
frontend-test
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 5 warnings
lint-golangci: internal/domain/match.go#L427
commentFormatting: put a space between `//` and comment text (gocritic)
lint-golangci: internal/match/match_usecase.go#L44
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint-golangci: internal/test/match_test.go#L12
func `genMatch` is unused (unused)
lint-golangci: internal/match/match_usecase.go#L17
func `parseMapName` is unused (unused)
lint-golangci: internal/domain/demo.go#L94
structtag: struct field tag `json:"backstabs,` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
lint-golangci: internal/demo/demo_usecase.go#L264
the given struct should be annotated with the `json` tag (musttag)
lint-golangci: internal/demo/demo_usecase.go#L299
fmt.Sprintf can be replaced with faster strconv.Itoa (perfsprint)
lint-golangci: internal/test/match_test.go#L72
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint-golangci: internal/domain/demo.go#L136
json(snake): got 'round_summary' want 'demo_round_summary' (tagliatelle)
lint-golangci: internal/test/match_test.go#L1
package should be `test_test` instead of `test` (testpackage)
staticcheck: internal/match/match_usecase.go#L17
func parseMapName is unused (U1000)
staticcheck: internal/test/match_test.go#L12
func genMatch is unused (U1000)
staticcheck
Process completed with exit code 2.
sourcemod-plugin
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-golangci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
staticcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-ts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
frontend-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636