Merge pull request #7929 from MikeMcQuaid/diagnostic-allow-gems
diagnostic: allow some uncommitted gems.
This commit is contained in:
commit
0fa5cc6eec
@ -670,6 +670,11 @@ module Homebrew
|
||||
end
|
||||
next if status.blank?
|
||||
|
||||
# these will result in uncommitted gems.
|
||||
if path == HOMEBREW_REPOSITORY
|
||||
next if ENV["HOMEBREW_SORBET"] || ENV["HOMEBREW_PATCHELF_RB"]
|
||||
end
|
||||
|
||||
message ||= ""
|
||||
message += "\n" unless message.empty?
|
||||
message += <<~EOS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user