Skip to content

Commit

Permalink
Fix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jan 6, 2024
1 parent c6fbf1f commit bb1e023
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/lib/ci_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ def self.generate(tap, labels: [], cask_names: [], skip_install: false, new_cask

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
Expand Down

0 comments on commit bb1e023

Please sign in to comment.