Skip to content
Snippets Groups Projects
Unverified Commit fbeeae96 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

rubocops/text: check openssl and openssl@1.1.

parent 3ded55ae
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ module RuboCop
problem "Please set plist_options when using a formula-defined plist."
end
if depends_on?("openssl") && depends_on?("libressl")
if (depends_on?("openssl") || depends_on?("openssl@1.1")) && depends_on?("libressl")
problem "Formulae should not depend on both OpenSSL and LibreSSL (even optionally)."
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment