gitlink-cli/internal/client
wbtiger f7263cc466 chore: add golangci-lint config and fix lint issues
- Add .golangci.yml with 8 essential linters (errcheck, govet,
  ineffassign, staticcheck, unused, errorlint, gosec, misspell)
- Fix real bugs: errors.As, %w wrapping, nil map check, dead code,
  unnecessary conversion, unused parameters
- Add `make lint` target, include it in `make check` pipeline
- Update pre-commit hook to run lint step

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-31 00:37:45 +08:00
..
client.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
client_test.go feat: add PR closed time and repo README shortcuts (#49, #52) 2026-05-27 00:35:31 +08:00
pagination.go init gitlink-cli 2026-04-17 10:01:30 +08:00