mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #442] [MERGED] chore: clear lint backlog in batches and enforce quality gates #531
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#531
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/442
Author: @rudrankriyam
Created: 2/7/2026
Status: ✅ Merged
Merged: 2/7/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/lint-backlog-batches📝 Commits (2)
8e4394achore(lint): clear backlog and prune unused wrappers6fdb5a6ci: enforce format/lint gates and add pre-commit hook📊 Changes
33 files changed (+146 additions, -293 deletions)
View changed files
➕
.githooks/pre-commit(+21 -0)📝
.github/workflows/main-branch.yml(+14 -0)📝
.github/workflows/pr-checks.yml(+14 -0)📝
AGENTS.md(+8 -0)📝
Makefile(+9 -0)📝
cmd/shared.go(+0 -55)📝
internal/asc/client_test.go(+4 -1)📝
internal/asc/notary.go(+1 -4)📝
internal/asc/notary_test.go(+23 -9)📝
internal/asc/output_game_center.go(+0 -18)📝
internal/auth/doctor_test.go(+1 -1)📝
internal/auth/keychain.go(+0 -4)📝
internal/cli/app_events/shared_wrappers.go(+0 -8)📝
internal/cli/buildbundles/shared_wrappers.go(+0 -4)📝
internal/cli/bundleids/shared_wrappers.go(+0 -12)📝
internal/cli/cmdtest/debug_test.go(+3 -1)📝
internal/cli/encryption/shared_wrappers.go(+0 -4)📝
internal/cli/eula/shared_wrappers.go(+0 -8)📝
internal/cli/gamecenter/game_center_matchmaking.go(+0 -10)📝
internal/cli/gamecenter/shared_wrappers.go(+0 -4)...and 13 more files
📄 Description
Summary
Root Cause
shared_wrappershelpers were copied/generated for command groups and later became unused after command refactorsWhat changed (batched)
format+lintgates to PR and main workflows.githooks/pre-commitrunning format/lint/short-testsmake install-hookstargetAGENTS.mdwith PR guardrailsValidation
make formatmake lintmake testNotes
mainworkflow run succeeded (no regressions from that PR).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.