Remove some unnecessary include Kernel

This commit is contained in:
Bo Anderson 2024-08-20 04:15:00 +01:00
parent ac5c14a485
commit 3627cca066
No known key found for this signature in database
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