Support PVS visibility changes for entities #1072
Annotations
5 errors and 2 warnings
ci:
pkg/demoinfocs/sendtables2/entity.go#L561
[golangci-lint] reported by reviewdog 🐶
pkg/demoinfocs/sendtables2/entity.go:561: Line contains TODO/BUG/FIXME: "todo: handle visibility" (godox)
Raw Output:
pkg/demoinfocs/sendtables2/entity.go:561: pkg/demoinfocs/sendtables2/entity.go:561: Line contains TODO/BUG/FIXME: "todo: handle visibility" (godox)
// todo: handle visibility
|
ci:
pkg/demoinfocs/sendtables2/entity.go#L460
[golangci-lint] reported by reviewdog 🐶
if statements should only be cuddled with assignments (wsl)
Raw Output:
pkg/demoinfocs/sendtables2/entity.go:460:2: if statements should only be cuddled with assignments (wsl)
if flags&0x02 != 0 {
^
|
ci:
pkg/demoinfocs/sendtables2/entity.go#L463
[golangci-lint] reported by reviewdog 🐶
if statements should only be cuddled with assignments (wsl)
Raw Output:
pkg/demoinfocs/sendtables2/entity.go:463:2: if statements should only be cuddled with assignments (wsl)
if hasVisBits != 0 {
^
|
ci:
pkg/demoinfocs/sendtables2/entity.go#L554
[golangci-lint] reported by reviewdog 🐶
if statements should only be cuddled with assignments used in the if statement itself (wsl)
Raw Output:
pkg/demoinfocs/sendtables2/entity.go:554:4: if statements should only be cuddled with assignments used in the if statement itself (wsl)
if !e.active {
^
|
ci
Process completed with exit code 1.
|
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/
|