This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
test
/
support
/
fixtures
/
cask
/
Casks
/
missing-url.rb
6 lines
75 B
Ruby
Raw
Normal View
History
Unescape
Escape
Unify (mostly) Homebrew code style 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.
2020-07-27 12:57:29 +01:00
cask
"
missing-url
"
do
version
"
1.2.3
"
init
2016-08-18 22:11:42 +03:00
Unify (mostly) Homebrew code style 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.
2020-07-27 12:57:29 +01:00
homepage
"
https://brew.sh/
"
init
2016-08-18 22:11:42 +03:00
end
Reference in New Issue
Copy Permalink