Skip to content
Snippets Groups Projects
Commit cccbb0b4 authored by vidusheeamoli's avatar vidusheeamoli
Browse files

sorbet: add new files and solve existing errors

Add 12 new files to sorbet/files.yaml and solve existing type errors.
36 errors=> 33 errors.
parent f9dd8ae6
No related branches found
No related tags found
No related merge requests found
...@@ -133,6 +133,7 @@ false: ...@@ -133,6 +133,7 @@ false:
- ./dependency.rb - ./dependency.rb
- ./dev-cmd/audit.rb - ./dev-cmd/audit.rb
- ./dev-cmd/bottle.rb - ./dev-cmd/bottle.rb
- ./dev-cmd/bump-cask-pr.rb
- ./dev-cmd/bump-formula-pr.rb - ./dev-cmd/bump-formula-pr.rb
- ./dev-cmd/bump-revision.rb - ./dev-cmd/bump-revision.rb
- ./dev-cmd/cat.rb - ./dev-cmd/cat.rb
...@@ -145,6 +146,7 @@ false: ...@@ -145,6 +146,7 @@ false:
- ./dev-cmd/install-bundler-gems.rb - ./dev-cmd/install-bundler-gems.rb
- ./dev-cmd/irb.rb - ./dev-cmd/irb.rb
- ./dev-cmd/linkage.rb - ./dev-cmd/linkage.rb
- ./dev-cmd/livecheck.rb
- ./dev-cmd/man.rb - ./dev-cmd/man.rb
- ./dev-cmd/mirror.rb - ./dev-cmd/mirror.rb
- ./dev-cmd/pr-automerge.rb - ./dev-cmd/pr-automerge.rb
...@@ -161,6 +163,7 @@ false: ...@@ -161,6 +163,7 @@ false:
- ./dev-cmd/tap-new.rb - ./dev-cmd/tap-new.rb
- ./dev-cmd/test.rb - ./dev-cmd/test.rb
- ./dev-cmd/tests.rb - ./dev-cmd/tests.rb
- ./dev-cmd/typecheck.rb
- ./dev-cmd/unpack.rb - ./dev-cmd/unpack.rb
- ./dev-cmd/update-license-data.rb - ./dev-cmd/update-license-data.rb
- ./dev-cmd/update-python-resources.rb - ./dev-cmd/update-python-resources.rb
...@@ -561,6 +564,7 @@ false: ...@@ -561,6 +564,7 @@ false:
- ./test/dependencies_helpers_spec.rb - ./test/dependencies_helpers_spec.rb
- ./test/descriptions_spec.rb - ./test/descriptions_spec.rb
- ./test/dev-cmd/bottle_spec.rb - ./test/dev-cmd/bottle_spec.rb
- ./test/dev-cmd/bump-cask-pr_spec.rb
- ./test/dev-cmd/bump-formula-pr_spec.rb - ./test/dev-cmd/bump-formula-pr_spec.rb
- ./test/dev-cmd/bump-revision_spec.rb - ./test/dev-cmd/bump-revision_spec.rb
- ./test/dev-cmd/cat_spec.rb - ./test/dev-cmd/cat_spec.rb
...@@ -577,7 +581,6 @@ false: ...@@ -577,7 +581,6 @@ false:
- ./test/dev-cmd/pr-pull_spec.rb - ./test/dev-cmd/pr-pull_spec.rb
- ./test/dev-cmd/pr-upload_spec.rb - ./test/dev-cmd/pr-upload_spec.rb
- ./test/dev-cmd/prof_spec.rb - ./test/dev-cmd/prof_spec.rb
- ./test/dev-cmd/pull_spec.rb
- ./test/dev-cmd/release-notes_spec.rb - ./test/dev-cmd/release-notes_spec.rb
- ./test/dev-cmd/ruby_spec.rb - ./test/dev-cmd/ruby_spec.rb
- ./test/dev-cmd/sh_spec.rb - ./test/dev-cmd/sh_spec.rb
...@@ -797,6 +800,7 @@ false: ...@@ -797,6 +800,7 @@ false:
- ./test/support/fixtures/testball.rb - ./test/support/fixtures/testball.rb
- ./test/support/fixtures/third-party/Casks/pharo.rb - ./test/support/fixtures/third-party/Casks/pharo.rb
- ./test/support/fixtures/third-party/Casks/third-party-cask.rb - ./test/support/fixtures/third-party/Casks/third-party-cask.rb
- ./test/support/github_formatter.rb
- ./test/support/helper/mktmpdir.rb - ./test/support/helper/mktmpdir.rb
- ./test/support/helper/output_as_tty.rb - ./test/support/helper/output_as_tty.rb
- ./test/support/helper/spec/shared_examples/formulae_exist.rb - ./test/support/helper/spec/shared_examples/formulae_exist.rb
...@@ -821,14 +825,17 @@ false: ...@@ -821,14 +825,17 @@ false:
- ./test/utils/curl_spec.rb - ./test/utils/curl_spec.rb
- ./test/utils/git_spec.rb - ./test/utils/git_spec.rb
- ./test/utils/github_spec.rb - ./test/utils/github_spec.rb
- ./test/utils/github/actions_spec.rb
- ./test/utils/popen_spec.rb - ./test/utils/popen_spec.rb
- ./test/utils/shell_spec.rb - ./test/utils/shell_spec.rb
- ./test/utils/spdx_spec.rb - ./test/utils/spdx_spec.rb
- ./test/utils/svn_spec.rb - ./test/utils/svn_spec.rb
- ./test/utils/tar_spec.rb
- ./test/utils/tty_spec.rb - ./test/utils/tty_spec.rb
- ./test/version_spec.rb - ./test/version_spec.rb
- ./unpack_strategy/uncompressed.rb - ./unpack_strategy/uncompressed.rb
- ./utils/gems.rb - ./utils/gems.rb
- ./utils/github/actions.rb
- ./utils/pypi.rb - ./utils/pypi.rb
- ./version.rb - ./version.rb
...@@ -855,6 +862,7 @@ true: ...@@ -855,6 +862,7 @@ true:
- ./dependable.rb - ./dependable.rb
- ./dependencies_helpers.rb - ./dependencies_helpers.rb
- ./dependency_collector.rb - ./dependency_collector.rb
- ./deprecate_disable.rb
- ./description_cache_store.rb - ./description_cache_store.rb
- ./descriptions.rb - ./descriptions.rb
- ./env_config.rb - ./env_config.rb
...@@ -902,11 +910,13 @@ true: ...@@ -902,11 +910,13 @@ true:
- ./utils/bottles.rb - ./utils/bottles.rb
- ./utils/inreplace.rb - ./utils/inreplace.rb
- ./utils/link.rb - ./utils/link.rb
- ./utils/ruby_check_version_script.rb
- ./utils/shared_audits.rb - ./utils/shared_audits.rb
- ./utils/shebang.rb - ./utils/shebang.rb
- ./utils/shell.rb - ./utils/shell.rb
- ./utils/spdx.rb - ./utils/spdx.rb
- ./utils/svn.rb - ./utils/svn.rb
- ./utils/tar.rb
- ./utils/tty.rb - ./utils/tty.rb
- ./utils/user.rb - ./utils/user.rb
- ./version/null.rb - ./version/null.rb
......
...@@ -38,6 +38,10 @@ class Formula ...@@ -38,6 +38,10 @@ class Formula
def active_spec; end def active_spec; end
def any_installed_keg; end
def latest_installed_prefix; end
def patches; end def patches; end
end end
end end
......
...@@ -13,4 +13,8 @@ module Utils ...@@ -13,4 +13,8 @@ module Utils
module Shebang module Shebang
include Kernel include Kernel
end end
module Tar
include Kernel
end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment