srb: resolve error 4015. 25 errors => 18 errors
This commit is contained in:
parent
53858e2201
commit
d6e587453e
@ -27,7 +27,7 @@ module OS
|
|||||||
|
|
||||||
# rubocop:disable Naming/ConstantName
|
# rubocop:disable Naming/ConstantName
|
||||||
# rubocop:disable Style/MutableConstant
|
# rubocop:disable Style/MutableConstant
|
||||||
::MacOS = self
|
::MacOS = OS::Mac
|
||||||
# rubocop:enable Naming/ConstantName
|
# rubocop:enable Naming/ConstantName
|
||||||
# rubocop:enable Style/MutableConstant
|
# rubocop:enable Style/MutableConstant
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ module OS
|
|||||||
|
|
||||||
# rubocop:disable Naming/ConstantName
|
# rubocop:disable Naming/ConstantName
|
||||||
# rubocop:disable Style/MutableConstant
|
# rubocop:disable Style/MutableConstant
|
||||||
::MacOS = self
|
::MacOS = OS::Mac
|
||||||
# rubocop:enable Naming/ConstantName
|
# rubocop:enable Naming/ConstantName
|
||||||
# rubocop:enable Style/MutableConstant
|
# rubocop:enable Style/MutableConstant
|
||||||
|
|
||||||
|
|||||||
@ -7,13 +7,6 @@ module ELFShim::Metadata::PatchELF::PatchError; end
|
|||||||
module ELFShim::PatchELF::PatchError; end
|
module ELFShim::PatchELF::PatchError; end
|
||||||
module ELFShim::PatchELF::Patcher; end
|
module ELFShim::PatchELF::Patcher; end
|
||||||
module Homebrew::Error; 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 OS::Mac::Version::NULL; end
|
||||||
module T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions; end
|
module T::CompatibilityPatches::RSpecCompatibility::MethodDoubleExtensions; end
|
||||||
module T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions; end
|
module T::CompatibilityPatches::RSpecCompatibility::RecorderExtensions; end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user