language
stringclasses
1 value
owner
stringlengths
2
15
repo
stringlengths
2
21
sha
stringlengths
45
45
message
stringlengths
7
36.3k
path
stringlengths
1
199
patch
stringlengths
15
102k
is_multipart
bool
2 classes
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cask_loader.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/cache"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/caskroom.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "utils/user"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "optparse"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/--cache.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/abstract_command.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "search"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/abstract_internal_command.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/audit.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "utils/github/actions"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/cat.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/create.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/doctor.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/edit.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/fetch.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/help.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/home.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/info.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "json"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/install.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/internal_help.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/internal_stanza.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/dsl"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/list.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/artifact/relocated"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/outdated.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/reinstall.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/style.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "json"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/uninstall.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/upgrade.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "env_config"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/cmd/zap.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/config.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "json"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/denylist.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/download.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "fileutils"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "locale"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/appcast.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/base.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/utils"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/caveats.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/conflicts_with.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "delegate"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/container.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "unpack_strategy"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/depends_on.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "delegate"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/postflight.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "cask/staged"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/preflight.rb
@@ -1,3 +1,4 @@ +# typed: strict # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/uninstall_postflight.rb
@@ -1,3 +1,4 @@ +# typed: strict # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/uninstall_preflight.rb
@@ -1,3 +1,4 @@ +# typed: strict # frozen_string_literal: true require "cask/staged"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/dsl/version.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/exceptions.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/installer.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula_installer"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/macos.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "os/mac/version"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/metadata.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/pkg.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "cask/macos"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/quarantine.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "development_tools"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/staged.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "utils/user"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/topological_hash.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "tsort"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/url.rb
@@ -1,4 +1,4 @@ -# typed: strict +# typed: true # frozen_string_literal: true # Class corresponding to the `url` stanza.
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/utils.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "utils/user"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask/verify.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Cask
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cask_dependent.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true # An adapter for casks to provide dependency information in a formula-like interface
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/caveats.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "language/python"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/checksum.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true # A formula's checksum.
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cleaner.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true # Cleans a newly installed keg.
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cleanup.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "utils/bottles"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cli/args.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "cli/named_args"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cli/named_args.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "delegate"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cli/parser.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "env_config"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--cache.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "fetch"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--caskroom.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true module Homebrew
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--cellar.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--env.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "extend/ENV"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--prefix.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--repository.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/--version.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/analytics.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/cask.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/cmd"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/cleanup.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cleanup"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/commands.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/config.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "system_config"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/deps.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/desc.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "descriptions"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/doctor.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "diagnostic"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/fetch.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/gist-logs.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/help.rb
@@ -1,3 +1,4 @@ +# typed: true # frozen_string_literal: true require "help"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/home.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/info.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "missing_formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/install.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cask/config"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/leaves.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/link.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "ostruct"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/list.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "metafiles"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/log.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/migrate.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "migrator"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/missing.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/options.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/outdated.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/pin.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/postinstall.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "sandbox"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/readall.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "readall"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/reinstall.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula_installer"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/search.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/switch.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/tap-info.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/tap.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/uninstall.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "keg"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/unlink.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "ostruct"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/unpin.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "formula"
true
Other
Homebrew
brew
24ae318a3d5f0519f5fe29d08e01e8a044d99d87.json
Move type annotations into files.
Library/Homebrew/cmd/untap.rb
@@ -1,3 +1,4 @@ +# typed: false # frozen_string_literal: true require "cli/parser"
true