Skip to content

Commit

Permalink
casks: Add zap stanza comment
Browse files Browse the repository at this point in the history
[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]>
  • Loading branch information
Finii committed May 13, 2023
1 parent 3a95da7 commit 4ebddaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/scripts/generate-casks.sh
Expand Up @@ -197,6 +197,7 @@ function write_footer {
local outputfile=$1

{
printf "\\n # No zap stanza required\\n"
printf "end\\n"
} >> "$outputfile"
}
Expand Down

0 comments on commit 4ebddaa

Please sign in to comment.