cli/pkg/cmd/auth/shared
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
..
contract Comment the purpose of the helper config contract 2024-05-17 14:33:19 +02:00
gitcredentials Add HelperConfig contract test and FakeHelperConfig 2024-05-17 14:16:14 +02:00
git_credential.go fix errname linting issues 2026-03-24 11:21:02 +00:00
git_credential_test.go Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface 2026-03-24 11:05:52 +00:00
login_flow.go fix errname linting issues 2026-03-24 11:21:02 +00:00
login_flow_test.go Fix ssh directory 2024-11-06 16:13:29 +00:00
oauth_scopes.go show token scopes on auth status (#6546) 2023-01-25 16:25:00 +01:00
oauth_scopes_test.go Fix linting issues: canonicalheader, embeddedstructfieldcheck, iotamixing, makezero, testableexamples, wastedassign, usetesting, tparallel, unconvert, intrange, iface 2026-03-24 11:05:52 +00:00
prompt.go use Prompter in auth commands 2022-09-13 13:22:50 -07:00
writeable.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00