Skip to content

Commit

Permalink
brew style --fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Jul 13, 2024
1 parent 5771c2f commit 99b278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/attestation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def self.enabled?
return false if ENV.fetch("HOMEBREW_NO_VERIFY_ATTESTATIONS", false)
return true if Homebrew::EnvConfig.verify_attestations?
return false if ENV.fetch("CI", false)

Homebrew::EnvConfig.developer?

Check warning on line 54 in Library/Homebrew/attestation.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/attestation.rb#L54

Added line #L54 was not covered by tests
end

Expand Down

0 comments on commit 99b278b

Please sign in to comment.