mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Fix code style.
This commit is contained in:
@@ -144,9 +144,7 @@ module CiMatrix
|
||||
|
||||
audit_exceptions = []
|
||||
|
||||
if labels.include?("ci-skip-homepage")
|
||||
audit_exceptions << %w[homepage_https_availability]
|
||||
end
|
||||
audit_exceptions << %w[homepage_https_availability] if labels.include?("ci-skip-homepage")
|
||||
|
||||
if labels.include?("ci-skip-livecheck")
|
||||
audit_exceptions << %w[hosting_with_livecheck livecheck_https_availability
|
||||
|
||||
Reference in New Issue
Block a user