Skip to content

feat: add event package #4

feat: add event package

feat: add event package #4

Triggered via push September 5, 2024 21:17
Status Failure
Total duration 2m 44s
Billable time 3m
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
lint: event.go#L31
variable name 'ch' is too short for the scope of its usage (varnamelen)
lint: event.go#L30
parameter name 'f' is too short for the scope of its usage (varnamelen)
lint
issues found
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, 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/
lint: examples_test.go#L22
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)