sorbet: set utils/shebang.rb to true
This commit is contained in:
parent
5d91491a93
commit
ca97f93bd4
@ -849,7 +849,6 @@ false:
|
||||
- ./unpack_strategy/uncompressed.rb
|
||||
- ./utils/gems.rb
|
||||
- ./utils/inreplace.rb
|
||||
- ./utils/shebang.rb
|
||||
- ./version.rb
|
||||
|
||||
true:
|
||||
@ -892,6 +891,7 @@ true:
|
||||
- ./utils/bottles.rb
|
||||
- ./utils/link.rb
|
||||
- ./utils/notability.rb
|
||||
- ./utils/shebang.rb
|
||||
- ./utils/shell.rb
|
||||
- ./utils/svn.rb
|
||||
- ./utils/tty.rb
|
||||
|
||||
@ -5,8 +5,12 @@ module Utils
|
||||
|
||||
class Bottles
|
||||
end
|
||||
end
|
||||
|
||||
module Utils::Link
|
||||
include Kernel
|
||||
module Link
|
||||
include Kernel
|
||||
end
|
||||
|
||||
module Shebang
|
||||
include Kernel
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user