diagnostic: allow some uncommitted gems.
Until these feature flags are fully enabled/removed these will result in uncommitted gems (which will block CI).
This commit is contained in:
parent
f455fe28a7
commit
300d7e4799
@ -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