Merge pull request #17997 from Homebrew/srb-more-undefs-cant-be-strict
sorbet: Comment more files that can't be `strict` because of `undef`
This commit is contained in:
commit
87440322e2
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "ostruct"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "os/linux/glibc"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "tempfile"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Formula
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class FormulaInstaller
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Keg
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Cleaner
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class DependencyCollector
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "os/mac/xcode"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Stdenv
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Superenv
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Formula
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class FormulaInstaller
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "macho"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "system_command"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Keg
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
class LinkageChecker
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Readall
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Homebrew
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "system_command"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# typed: true
|
||||
# typed: true # This cannot be `# typed: strict` due to the use of `undef`.
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "warnings"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user