Pulse/cmd/pulse
rcourtman e9ac1429c0 refactor: remove unnecessary type conversions
Remove redundant type conversions identified by unconvert linter:
- Remove int() conversions for already-int VMID fields
- Remove int64() conversions for already-int64 arithmetic results
- Remove uint64() conversions for already-uint64 Disk/MaxDisk fields
- Remove int() on syscall.Stdin (already int constant)
2025-11-27 10:33:35 +00:00
..
bootstrap.go Fix bootstrap-token command to use correct env var and default path 2025-11-09 23:46:41 +00:00
config.go refactor: remove unnecessary type conversions 2025-11-27 10:33:35 +00:00
main.go chore: fix staticcheck SA warnings 2025-11-27 09:16:53 +00:00
metrics_server.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00