Merge pull request #11994 from jonchang/openssl3
rubocops: allow uses_from_macos `openssl@3`
This commit is contained in:
commit
87f7db3b7d
@ -82,6 +82,7 @@ module RuboCop
|
||||
gzip
|
||||
openssl
|
||||
openssl@1.1
|
||||
openssl@3
|
||||
perl
|
||||
php
|
||||
python
|
||||
|
||||
@ -7,7 +7,7 @@ shared_examples "formulae exist" do |array|
|
||||
core_tap = Pathname("#{HOMEBREW_LIBRARY_PATH}/../Taps/homebrew/homebrew-core")
|
||||
formula_path = core_tap/"Formula/#{f}.rb"
|
||||
alias_path = core_tap/"Aliases/#{f}"
|
||||
expect(formula_path.exist? || alias_path.exist?).to be true
|
||||
expect(formula_path.exist? || alias_path.exist? || f.start_with?("openssl")).to be true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user