gitlink-cli/shortcuts/workflow
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
..
testdata Add workflow repo-report command 2026-05-26 16:28:28 +08:00
api_types.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
health_fetch.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
health_fetch_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
health_score.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
health_score_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
messages.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
messages_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
pr_fetch.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_fetch_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_summary.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
pr_summary_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
render.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
render_test.go Add workflow pr-summary command 2026-05-26 16:28:00 +08:00
repo_report.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
repo_report_fetch.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
repo_report_fetch_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
repo_report_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00
triage_fetch.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
triage_fetch_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
triage_rules.go chore: add golangci-lint config and fix lint issues 2026-05-31 00:37:45 +08:00
triage_rules_test.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
types.go Add workflow agent triage and health commands 2026-05-26 16:28:00 +08:00
workflow.go fix(workflow): improve input mode detection and error hint 2026-05-26 16:28:28 +08:00
workflow_test.go Add workflow repo-report command 2026-05-26 16:28:28 +08:00