sorbet: set utils/link.rb to true

This commit is contained in:
vidusheeamoli 2020-07-09 23:18:51 +05:30
parent 6d2c39579e
commit 5d91491a93
2 changed files with 5 additions and 1 deletions

View File

@ -849,7 +849,6 @@ false:
- ./unpack_strategy/uncompressed.rb - ./unpack_strategy/uncompressed.rb
- ./utils/gems.rb - ./utils/gems.rb
- ./utils/inreplace.rb - ./utils/inreplace.rb
- ./utils/link.rb
- ./utils/shebang.rb - ./utils/shebang.rb
- ./version.rb - ./version.rb
@ -891,6 +890,7 @@ true:
- ./test/support/helper/fixtures.rb - ./test/support/helper/fixtures.rb
- ./test/support/lib/config.rb - ./test/support/lib/config.rb
- ./utils/bottles.rb - ./utils/bottles.rb
- ./utils/link.rb
- ./utils/notability.rb - ./utils/notability.rb
- ./utils/shell.rb - ./utils/shell.rb
- ./utils/svn.rb - ./utils/svn.rb

View File

@ -6,3 +6,7 @@ module Utils
class Bottles class Bottles
end end
end end
module Utils::Link
include Kernel
end