cli/internal/codespaces
copilot-swe-agent[bot] fb2162c027 fix errname linting issues
Rename error variables and types to follow errname linter conventions:
- Exported sentinels: ErrXxx
- Unexported sentinels: errXxx
- Exported error types: XxxError
- Unexported error types: xxxError

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-24 11:21:02 +00:00
..
api Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface 2026-03-24 11:05:52 +00:00
connection Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface 2026-03-24 11:05:52 +00:00
portforwarder Fix incorrect integer conversion from int to uint16 in port forwarder (#12831) 2026-03-04 13:01:52 +01:00
rpc Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface 2026-03-24 11:05:52 +00:00
codespaces.go Change back to exponential backoff 2025-01-17 14:09:33 -06:00
codespaces_test.go fix errname linting issues 2026-03-24 11:21:02 +00:00
ssh.go Parse SSH args before creating the shell 2024-01-30 13:16:46 -08:00
ssh_test.go Parse SSH args before creating the shell 2024-01-30 13:16:46 -08:00
states.go Resolve race condition in codespaces connection 2023-10-31 12:19:14 -07:00