Move type annotations into files.

This commit is contained in:
Markus Reiter 2020-10-10 14:16:11 +02:00
parent fb9aafbb08
commit 24ae318a3d
856 changed files with 884 additions and 965 deletions

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
# Represention of a `*PATH` environment variable.

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/curl"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
if ENV["HOMEBREW_STACKPROF"]

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
# This script is loaded by formula_installer as a separate instance.

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
# Settings for the build environment.

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
# Options for a formula build.

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "json"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/app"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/abstract_artifact"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "timeout"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/symlinked"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/abstract_artifact"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/symlinked"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/relocated"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "plist"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/abstract_flight_block"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/abstract_flight_block"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/abstract_artifact"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/abstract_artifact"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/relocated"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/abstract_uninstall"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/artifact/moved"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/abstract_uninstall"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/denylist"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/audit"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/cask_loader"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/cache"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/user"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "optparse"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "search"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/github/actions"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "json"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/dsl"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/artifact/relocated"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "json"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "env_config"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "json"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "fileutils"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "locale"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cask/utils"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "delegate"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "unpack_strategy"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "delegate"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/staged"

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: strict
# frozen_string_literal: true
require "cask/staged"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "formula_installer"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "os/mac/version"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
require "cask/macos"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "development_tools"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/user"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "tsort"

View File

@ -1,4 +1,4 @@
# typed: strict
# typed: true
# frozen_string_literal: true
# Class corresponding to the `url` stanza.

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/user"

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
module Cask

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
# An adapter for casks to provide dependency information in a formula-like interface

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "language/python"

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
# A formula's checksum.

View File

@ -1,3 +1,4 @@
# typed: true
# frozen_string_literal: true
# Cleans a newly installed keg.

View File

@ -1,3 +1,4 @@
# typed: false
# frozen_string_literal: true
require "utils/bottles"

Some files were not shown because too many files have changed in this diff Show More