Skip to content

termic: fix brew style offenses#2

Open
pds wants to merge 1 commit into
simion:mainfrom
pds:chore/cask-style
Open

termic: fix brew style offenses#2
pds wants to merge 1 commit into
simion:mainfrom
pds:chore/cask-style

Conversation

@pds

@pds pds commented Jun 14, 2026

Copy link
Copy Markdown

What

Clean up the style nits that brew style Casks/termic.rb reports (follow-up to #1, which handles the depends_on macos: deprecation separately):

  • StanzaGrouping — regroup stanzas so each group is separated by a single blank line, with no blank lines inside a group.
  • Desc — shorten to under 80 chars (was 91) and drop the redundant "Free, open-source desktop app for" framing:
    - desc "Free, open-source desktop app for running claude / gemini / codex in parallel git worktrees"
    + desc "Run claude, gemini, and codex in parallel git worktrees"
    
  • HomepageUrlStyling — add the trailing slash after the bare domain (https://termic.dev/).
  • ArrayAlphabetization — sort the zap trash: paths alphabetically.

Why

These are pure metadata/formatting fixes — nothing about what gets installed changes. Most were applied via brew style --fix; the over-long desc isn't autocorrectable and was reworded by hand.

Note on scope

This branch is based on main, so brew style still reports the one depends_on macos: deprecation — that's intentionally left to #1 so the two PRs stay independent and conflict-free (they touch different lines and can merge in either order). With both merged, brew style Casks/termic.rb is clean.

Resolve the style nits reported by `brew style Casks/termic.rb`:

- StanzaGrouping: regroup stanzas so each group is separated by a
  single blank line and has no internal blank lines.
- Desc: shorten the description to under 80 characters and drop the
  redundant "Free, open-source desktop app for" framing.
- HomepageUrlStyling: add the trailing slash after the bare domain.
- ArrayAlphabetization: sort the `zap trash:` paths alphabetically.

Pure metadata/formatting; no change to what is installed. The
`depends_on macos:` deprecation is handled separately in simion#1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant