Skip to content
Snippets Groups Projects
Commit 24ae318a authored by Markus Reiter's avatar Markus Reiter
Browse files

Move type annotations into files.

parent fb9aafbb
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
# Represention of a `*PATH` environment variable. # Represention of a `*PATH` environment variable.
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
require "utils/curl" require "utils/curl"
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
if ENV["HOMEBREW_STACKPROF"] if ENV["HOMEBREW_STACKPROF"]
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
# This script is loaded by formula_installer as a separate instance. # This script is loaded by formula_installer as a separate instance.
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
# Settings for the build environment. # Settings for the build environment.
......
# typed: true
# frozen_string_literal: true # frozen_string_literal: true
# Options for a formula build. # Options for a formula build.
......
# typed: true
# frozen_string_literal: true # frozen_string_literal: true
require "json" require "json"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact" require "cask/artifact"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/app" require "cask/artifact/app"
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
module Cask module Cask
......
# typed: true
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/abstract_artifact" require "cask/artifact/abstract_artifact"
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
require "timeout" require "timeout"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: false
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: true
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/symlinked" require "cask/artifact/symlinked"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
# typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "cask/artifact/moved" require "cask/artifact/moved"
......
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