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
/
livecheck
/
livecheck.rbi
12 lines
141 B
Plaintext
Raw
Normal View
History
Unescape
Escape
livecheck: enable Sorbet type checking
2021-01-04 13:41:19 -08:00
# typed: strict
module Homebrew
module Livecheck
include ::Kernel
Livecheck: Refactor #skip_conditions into a module Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-01-07 15:30:22 -05:00
module SkipConditions
include ::Kernel
end
livecheck: enable Sorbet type checking
2021-01-04 13:41:19 -08:00
end
end
Reference in New Issue
Copy Permalink