
Make the Homebrew/cask and Homebrew/homebrew-core style more closely match the rest of Homebrew. To accomplish this: - Run `brew cask style` to ensure we don't break style there when making changes or upgrading RuboCop in Homebrew/brew. - Fix the HomepageMatchesUrl cop to better handle weird input. - Remove the now unneeded `.rubocop_shared.yml` - Fix the cask fixtures with `brew cask style --fix`. - Share more style between Homebrew/brew, casks and formulae.
11 lines
257 B
Ruby
11 lines
257 B
Ruby
cask "with-suite" do
|
|
version "1.2.3"
|
|
sha256 "d95dcc12d4e5be0bc3cb9793c4b7e7f69a25f0b3c7418494b0c883957e6eeae4"
|
|
|
|
url "file://#{TEST_FIXTURE_DIR}/cask/caffeine-suite.zip"
|
|
name "Caffeine"
|
|
homepage "https://brew.sh/with-suite"
|
|
|
|
suite "Caffeine"
|
|
end
|