Drop trailing period from package descriptions#80
Conversation
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 16 minutes and 4 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Removes trailing periods from package description fields in the GoReleaser configuration so that generated Homebrew Casks (and related artifacts) pass brew audit’s Cask/Desc check on the next release.
Changes:
- Updated
nfpms.descriptionto drop the trailing.. - Updated
homebrew_casks.descriptionto drop the trailing.. - Updated
scoops.descriptionto drop the trailing..
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Homebrew's
brew auditflagsCask/Descwhen a cask description ends with a period. Removes the trailing.from the cask/scoop/nfpm descriptions so the generated cask is audit-clean. Takes effect on the next release.