Skip to content

Commit

Permalink
srb: resolve error 4015. 25 errors => 18 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vidusheeamoli committed Jun 22, 2020
1 parent 53858e2 commit d6e5874
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module Mac

# rubocop:disable Naming/ConstantName
# rubocop:disable Style/MutableConstant
::MacOS = self
::MacOS = OS::Mac
# rubocop:enable Naming/ConstantName
# rubocop:enable Style/MutableConstant

Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Mac

# rubocop:disable Naming/ConstantName
# rubocop:disable Style/MutableConstant
::MacOS = self
::MacOS = OS::Mac
# rubocop:enable Naming/ConstantName
# rubocop:enable Style/MutableConstant

Expand Down
7 changes: 0 additions & 7 deletions Library/Homebrew/sorbet/rbi/todo.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ module ELFShim::Metadata::PatchELF::PatchError; end
module ELFShim::PatchELF::PatchError; end
module ELFShim::PatchELF::Patcher; end
module Homebrew::Error; end
module MacOS::CLT; end
module MacOS::CLT::PKG_PATH; end
module MacOS::Version; end
module MacOS::Version::SYMBOLS; end
module MacOS::X11; end
module MacOS::XQuartz; end
module MacOS::Xcode; end
module OS::Mac::Version::NULL; end
module T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions; end
module T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions; end
Expand Down

0 comments on commit d6e5874

Please sign in to comment.