Skip to content

Commit fe9a2d7

Browse files
committed
casks: Add zap stanza comment
[why] Casks without zap stanza are flagged; all casks should contain them. The font casks do not really need zap. [how] What is the right way to say 'we considered zap, but do not need it'? It seems that other people add a comment (the same comment). For example here: Homebrew/homebrew-cask#119090 And that seems rather widespread. git/homebrew-cask/Casks$ git grep '# No zap stanza required' | wc -l 101 Include the same in our casks. [note] Homebrew/homebrew-cask#88469 Signed-off-by: Fini Jastrow <[email protected]>
1 parent d812d15 commit fe9a2d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/scripts/generate-casks.sh

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ function write_footer {
197197
local outputfile=$1
198198

199199
{
200+
printf "\\n # No zap stanza required\\n"
200201
printf "end\\n"
201202
} >> "$outputfile"
202203
}

0 commit comments

Comments
 (0)