gitlink-cli/shortcuts
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
..
branch fix(branch): URL-encode branch name in unprotect, add +unprotect to Skill 2026-05-17 12:19:04 +08:00
ci init gitlink-cli 2026-04-17 10:01:30 +08:00
common chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
compare feat: add milestone, compare, pr reopen shortcuts and api enhancements (#45) 2026-05-27 00:44:39 +08:00
issue feat(issue): add authors shortcut 2026-05-25 08:50:47 +08:00
member feat(member): add repository member shortcuts (#46) 2026-05-27 00:24:15 +08:00
milestone feat: add milestone, compare, pr reopen shortcuts and api enhancements (#45) 2026-05-27 00:44:39 +08:00
org init gitlink-cli 2026-04-17 10:01:30 +08:00
pr Merge pull request 'fix(pr): include closed time in view output' (#49) from dtwdtw/gitlink-cli:fix/issue-14-pr-closed-at into master 2026-05-27 00:52:20 +08:00
release init gitlink-cli 2026-04-17 10:01:30 +08:00
repo feat: add PR closed time and repo README shortcuts (#49, #52) 2026-05-27 00:35:31 +08:00
search init gitlink-cli 2026-04-17 10:01:30 +08:00
user init gitlink-cli 2026-04-17 10:01:30 +08:00
webhook Replace PR #20 webhook with PR #22 improved implementation 2026-05-23 22:45:34 +08:00
workflow chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
register.go style: fix gofmt alignment in root.go and register.go 2026-05-29 23:59:40 +08:00