Skip to content

Commit f7f4147

Browse files
abizerclaude
andcommitted
ci: alphabetize cask zap paths
Cask/ArrayAlphabetization wants array elements in alphabetical order; ~/.config/nssh comes before ~/.local/state/nssh. The other three brew-style offenses on the v2.4.2 cask (Layout/FirstArrayElementIndentation x2 and Layout/EmptyLinesAroundBlockBody) are goreleaser template bugs — the generated stanza is indented 2 deeper than RuboCop wants and always emits a blank line before the closing `end`. Those are fixed via a tap-local .rubocop.yml (separate change in abizer/homebrew-tap) since they can't be addressed from yaml here. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4bd4104 commit f7f4147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ homebrew_casks:
4949
# that trips Layout/EmptyLinesAroundBlockBody under `brew style`.
5050
zap:
5151
trash:
52-
- "~/.local/state/nssh"
5352
- "~/.config/nssh"
53+
- "~/.local/state/nssh"
5454

5555
release:
5656
github:

0 commit comments

Comments
 (0)