Remove logparse based match tracking #527
test.yml
on: push
lint-ts
37s
sourcemod-plugin
6s
backend-test
0s
frontend-test
19s
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
|