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
- Change validation test failures to skips when env vars missing
(tests should skip, not fail, when credentials aren't configured)
- Fix errcheck issues in integration_test.go:
* Explicitly ignore Close() errors in defers
* Check fmt.Sscanf error return
- Add nolint comments for high cognitive complexity functions:
* instancetype.go: getInstanceTypesForLocation
* instance.go: parseInstanceType, getWorkingPublicImageID, ListInstances, convertNebiusInstanceToV1
* integration_test.go: TestIntegration_InstanceLifecycle (funlen)
These functions are intentionally complex due to:
- Multiple fallback strategies
- Extensive error handling
- Field mapping from provider to v1 types
- Complete test lifecycle coverage
Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments