Merge pull request #8871 from issyl0/sorbet-more-typechecked-files
sorbet: Start typechecking `install.rb` and `reinstall.rb`
This commit is contained in:
commit
569ce08d9f
@ -241,7 +241,6 @@ false:
|
|||||||
- ./formula_versions.rb
|
- ./formula_versions.rb
|
||||||
- ./formulary.rb
|
- ./formulary.rb
|
||||||
- ./global.rb
|
- ./global.rb
|
||||||
- ./install.rb
|
|
||||||
- ./keg.rb
|
- ./keg.rb
|
||||||
- ./keg_relocate.rb
|
- ./keg_relocate.rb
|
||||||
- ./language/node.rb
|
- ./language/node.rb
|
||||||
@ -266,7 +265,6 @@ false:
|
|||||||
- ./pkg_version.rb
|
- ./pkg_version.rb
|
||||||
- ./postinstall.rb
|
- ./postinstall.rb
|
||||||
- ./readall.rb
|
- ./readall.rb
|
||||||
- ./reinstall.rb
|
|
||||||
- ./requirement.rb
|
- ./requirement.rb
|
||||||
- ./requirements/arch_requirement.rb
|
- ./requirements/arch_requirement.rb
|
||||||
- ./requirements/codesign_requirement.rb
|
- ./requirements/codesign_requirement.rb
|
||||||
@ -879,6 +877,7 @@ true:
|
|||||||
- ./formula_support.rb
|
- ./formula_support.rb
|
||||||
- ./hardware.rb
|
- ./hardware.rb
|
||||||
- ./help.rb
|
- ./help.rb
|
||||||
|
- ./install.rb
|
||||||
- ./install_renamed.rb
|
- ./install_renamed.rb
|
||||||
- ./language/go.rb
|
- ./language/go.rb
|
||||||
- ./language/java.rb
|
- ./language/java.rb
|
||||||
@ -895,6 +894,7 @@ true:
|
|||||||
- ./os/linux.rb
|
- ./os/linux.rb
|
||||||
- ./os/linux/glibc.rb
|
- ./os/linux/glibc.rb
|
||||||
- ./os/linux/kernel.rb
|
- ./os/linux/kernel.rb
|
||||||
|
- ./reinstall.rb
|
||||||
- ./rubocops/cask/ast/cask_header.rb
|
- ./rubocops/cask/ast/cask_header.rb
|
||||||
- ./rubocops/cask/ast/stanza.rb
|
- ./rubocops/cask/ast/stanza.rb
|
||||||
- ./rubocops/cask/constants/stanza.rb
|
- ./rubocops/cask/constants/stanza.rb
|
||||||
|
|||||||
@ -12,6 +12,10 @@ module Homebrew::Fetch
|
|||||||
def args; end
|
def args; end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Homebrew::Install
|
||||||
|
include Kernel
|
||||||
|
end
|
||||||
|
|
||||||
module Language::Perl::Shebang
|
module Language::Perl::Shebang
|
||||||
include Kernel
|
include Kernel
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user