Appease Sorbet

This commit is contained in:
Issy Long 2024-02-20 23:36:52 +00:00
parent a895496982
commit 5c7be57531
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -35,6 +35,8 @@ module RuboCop
when "pyyaml" when "pyyaml"
kind = "depends_on" kind = "depends_on"
["libyaml"] ["libyaml"]
else
[]
end end
next if required_deps.all? { |dep| uses_from_macos.include?(dep) || depends_on.include?(dep) } next if required_deps.all? { |dep| uses_from_macos.include?(dep) || depends_on.include?(dep) }