Merge pull request #15283 from dduugg/no-false-sigil

Remove `# typed: false` sigil in tests
This commit is contained in:
Douglas Eichelberger 2023-04-21 19:44:09 -07:00 committed by GitHub
commit ec39fe7bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
419 changed files with 1 additions and 423 deletions

View File

@ -281,11 +281,7 @@ Sorbet/ConstantsFromStrings:
Enabled: false
Sorbet/FalseSigil:
Exclude:
- "Taps/**/*"
- "/**/{Formula,Casks}/**/*.rb"
- "**/{Formula,Casks}/**/*.rb"
- "Homebrew/test/**/Casks/**/*.rb"
Enabled: false
Sorbet/StrictSigil:
inherit_mode:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
# 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