mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #601] [MERGED] chore: lowercase error strings (staticcheck ST1005) #644
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#644
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/601
Author: @rudrankriyam
Created: 2/17/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/fix-st1005-error-strings📝 Commits (5)
44bd4bbchore: lowercase error strings for staticcheck77625fechore(ci): add golangci-lint baseline config108a72bchore: keep Info.plist casing in errorsc9ae78fchore(ci): restore golangci-lint issue limitsd26faa5Revert "chore(ci): restore golangci-lint issue limits"📊 Changes
5 files changed (+33 additions, -5 deletions)
View changed files
➕
.golangci.yml(+27 -0)📝
internal/asc/client_pagination.go(+2 -2)📝
internal/cli/builds/builds_commands.go(+1 -1)📝
internal/cli/publish/publish.go(+1 -1)📝
internal/cli/shared/ipa.go(+2 -1)📄 Description
Fix staticcheck/stylecheck ST1005 warnings by ensuring error strings don't start with capital letters.
Changes
internal/asc/client_pagination.go: "data field ..." errorsinternal/cli/publish/publish.go: "info.plist missing ..." errorinternal/cli/shared/ipa.go: "info.plist not found in IPA" errorVerification
make formatmake lintstaticcheck ./...ASC_BYPASS_KEYCHAIN=1 make test🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.