Merge pull request #18094 from Homebrew/include-kernel

This commit is contained in:
Mike McQuaid 2024-08-20 09:08:43 +01:00 committed by GitHub
commit 954f24077e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
# typed: strict
module MacOSVersionErrorCompat
include Kernel
end

View File

@ -1,7 +1,5 @@
# typed: strict
module MachOShim
include Kernel
requires_ancestor { Pathname }
end

View File

@ -1,6 +1,5 @@
# typed: strict
module RuboCop::Cop::HelperFunctions
include Kernel
requires_ancestor { RuboCop::Cop::Base }
end

View File

@ -1,7 +0,0 @@
# typed: strict
module Utils
module Service
include Kernel
end
end