git grep -l '# typed: false' | xargs gsed -i 's|# typed: false||g'

This commit is contained in:
Douglas Eichelberger 2023-04-21 09:57:47 -07:00
parent f7b18995c9
commit ac1e6ded9a
418 changed files with 418 additions and 418 deletions

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "extend/ENV"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::AbstractArtifact, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::App, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::App, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Binary, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Artifact, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Installer, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Manpage, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Pkg, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::PostflightBlock, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::PreflightBlock, :cask do

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Suite, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::App, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Artifact::Zap, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require_relative "shared_examples/uninstall_zap"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require_relative "shared_examples/uninstall_zap"

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::CaskLoader::FromAPILoader, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::CaskLoader::FromContentLoader do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::CaskLoader::FromPathLoader do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::CaskLoader::FromTapLoader do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::CaskLoader::FromURILoader do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Cask, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Config, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe "conflicts_with", :cask do

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
# TODO: this test should be named after the corresponding class, once

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::DSL::Version, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::DSL, :cask do

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Installer, :cask do

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe MacOS, :cask do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe Cask::Pkg, :cask do

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "test/support/fixtures/testball"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cli/named_args"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require_relative "../../cli/parser"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe "brew bundle", :integration_test do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/commands"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe "brew custom-external-command", :integration_test do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe "brew docs" do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
describe "brew", :integration_test do

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/info"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

View File

@ -1,4 +1,4 @@
# typed: false
# frozen_string_literal: true
require "cmd/shared_examples/args_parse"

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