Skip to content

Async dialer

Async dialer #720

Triggered via pull request April 29, 2024 12:06
Status Failure
Total duration 44s
Artifacts

golangci-lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint (1.18.x, ubuntu-latest): poller_epoll.go#L356
356-390 lines are duplicate of `poller_epoll.go:392-427` (dupl)
lint (1.18.x, ubuntu-latest): poller_epoll.go#L392
392-427 lines are duplicate of `poller_epoll.go:356-390` (dupl)
lint (1.18.x, ubuntu-latest): nbio_test.go#L437
437-489 lines are duplicate of `nbio_test.go:491-543` (dupl)
lint (1.18.x, ubuntu-latest): nbio_test.go#L491
491-543 lines are duplicate of `nbio_test.go:437-489` (dupl)
lint (1.18.x, ubuntu-latest): net_unix.go#L108
108-129 lines are duplicate of `net_unix.go:130-150` (dupl)
lint (1.18.x, ubuntu-latest): net_unix.go#L130
130-150 lines are duplicate of `net_unix.go:108-129` (dupl)
lint (1.18.x, ubuntu-latest): engine_unix.go#L34
string `tcp` has 3 occurrences, make it a constant (goconst)
lint (1.18.x, ubuntu-latest): engine_unix.go#L46
string `udp` has 3 occurrences, make it a constant (goconst)
lint (1.18.x, ubuntu-latest): engine_unix.go#L209
shadow: declaration of "err" shadows declaration at line 159 (govet)
lint (1.18.x, ubuntu-latest): nbio_test.go#L441
shadow: declaration of "engine" shadows declaration at line 18 (govet)
lint (1.18.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v3.4.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint (1.18.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/