You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple linting issues exposed by the changes in GH-203:
Running linting tools ...
Running go vet ...
Running golangci-lint ...
internal/config/config.go:93:13: fieldalignment: struct with 616 pointer bytes could be 408 (govet)
type Config struct {
^
internal/vsphere/host-to-datastores.go:45:46: fieldalignment: struct with 32 pointer bytes could be 24 (govet)
type ErrHostDatastoreIdxIDToNameLookupFailed struct {
^
internal/vsphere/snapshots.go:107:22: fieldalignment: struct with 96 pointer bytes could be 80 (govet)
type SnapshotSummary struct {
^
make: *** [Makefile:131: linting] Error 1
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
Multiple linting issues exposed by the changes in GH-203:
The text was updated successfully, but these errors were encountered: