IPv6 network support (PR just for running Actions) #13
golangci-lint.yml
on: pull_request
codespell
26s
Matrix: lint
Annotations
28 errors and 4 warnings
lint (ubuntu-latest):
management/server/peer.go#L707
func `applyIPv6SupportStatus` is unused (unused)
|
lint (ubuntu-latest):
management/server/http/groups_handler.go#L120
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint (ubuntu-latest):
client/firewall/nftables/manager_linux_test.go#L390
ineffectual assignment to rule (ineffassign)
|
lint (ubuntu-latest):
management/server/peer_test.go#L212
ineffectual assignment to err (ineffassign)
|
lint (ubuntu-latest):
management/server/peer_test.go#L213
ineffectual assignment to err (ineffassign)
|
lint (ubuntu-latest):
management/server/peer_test.go#L219
ineffectual assignment to err (ineffassign)
|
lint (ubuntu-latest):
management/server/peer_test.go#L220
ineffectual assignment to err (ineffassign)
|
lint (ubuntu-latest):
management/server/group_test.go#L160
SA4006: this value of `group` is never used (staticcheck)
|
lint (ubuntu-latest):
management/server/peer_test.go#L232
SA4006: this value of `peer1` is never used (staticcheck)
|
lint (ubuntu-latest)
issues found
|
lint (macos-latest):
management/server/peer.go#L707
func `applyIPv6SupportStatus` is unused (unused)
|
lint (macos-latest):
management/server/http/groups_handler.go#L120
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint (macos-latest):
management/server/peer_test.go#L212
ineffectual assignment to err (ineffassign)
|
lint (macos-latest):
management/server/peer_test.go#L213
ineffectual assignment to err (ineffassign)
|
lint (macos-latest):
management/server/peer_test.go#L219
ineffectual assignment to err (ineffassign)
|
lint (macos-latest):
management/server/peer_test.go#L220
ineffectual assignment to err (ineffassign)
|
lint (macos-latest):
management/server/group_test.go#L160
SA4006: this value of `group` is never used (staticcheck)
|
lint (macos-latest):
management/server/peer_test.go#L232
SA4006: this value of `peer1` is never used (staticcheck)
|
lint (macos-latest)
issues found
|
lint (windows-latest):
management/server/peer.go#L707
func `applyIPv6SupportStatus` is unused (unused)
|
lint (windows-latest):
management/server/http/groups_handler.go#L120
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint (windows-latest):
management/server/peer_test.go#L212
ineffectual assignment to err (ineffassign)
|
lint (windows-latest):
management/server/peer_test.go#L213
ineffectual assignment to err (ineffassign)
|
lint (windows-latest):
management/server/peer_test.go#L219
ineffectual assignment to err (ineffassign)
|
lint (windows-latest):
management/server/peer_test.go#L220
ineffectual assignment to err (ineffassign)
|
lint (windows-latest):
management/server/group_test.go#L160
SA4006: this value of `group` is never used (staticcheck)
|
lint (windows-latest):
management/server/peer_test.go#L232
SA4006: this value of `peer1` is never used (staticcheck)
|
lint (windows-latest)
issues found
|
codespell
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|