mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 23:55:51 +03:00
[PR #386] [MERGED] chore: add dev tools target + safer format/lint #487
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#487
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/386
Author: @mitre88
Created: 2/1/2026
Status: ✅ Merged
Merged: 2/1/2026
Merged by: @rudrankriyam
Base:
main← Head:chore/make-format-fallback📝 Commits (2)
ae03f77chore: add dev tools target and safer lint/format2b94fc5chore: require gofumpt for format📊 Changes
3 files changed (+35 additions, -4 deletions)
View changed files
📝
CONTRIBUTING.md(+2 -1)📝
Makefile(+21 -3)📝
README.md(+12 -0)📄 Description
What
make toolsto installgofumpt+golangci-lint.make formatandmake lintgracefully fall back (with helpful install hints) when those tools aren’t present.Notes
I couldn’t run
make/gochecks in the Clawdbot sandbox becausemakeand the Go toolchain are not available and outbound installs are blocked. Please run the quick test steps locally/CI.How to test (<10 min)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.