Skip to content

Commit

Permalink
Merge pull request #197414 from Homebrew/bump-spectral-cli-6.14.0
Browse files Browse the repository at this point in the history
spectral-cli 6.14.0
  • Loading branch information
BrewTestBot authored Nov 13, 2024
2 parents 006c3d4 + a7249a4 commit f493335
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/s/spectral-cli.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class SpectralCli < Formula
desc "JSON/YAML linter and support OpenAPI v3.1/v3.0/v2.0, and AsyncAPI v2.x"
homepage "https://stoplight.io/open-source/spectral"
url "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.13.1.tgz"
sha256 "c9d8cec26445fece14db54835ddb1447e2adb23ca76c3aef6e7dc7c5a7f114a3"
url "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.0.tgz"
sha256 "e3815c2cdf4c2b99c44fde08e345c485b087eeb4617745d34812a55f81b71459"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5a6bfa0d8037eae38d8e1eaceec0a8b6d6481a1e855ce6e7794116ef8719bf85"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5a6bfa0d8037eae38d8e1eaceec0a8b6d6481a1e855ce6e7794116ef8719bf85"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5a6bfa0d8037eae38d8e1eaceec0a8b6d6481a1e855ce6e7794116ef8719bf85"
sha256 cellar: :any_skip_relocation, sonoma: "54e0e0c0d078e8a456a57d53c1191aebdda0982cf67e04813c5b95d1a98c3cdd"
sha256 cellar: :any_skip_relocation, ventura: "54e0e0c0d078e8a456a57d53c1191aebdda0982cf67e04813c5b95d1a98c3cdd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a6bfa0d8037eae38d8e1eaceec0a8b6d6481a1e855ce6e7794116ef8719bf85"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "802425aef80bbd1a9352c23bb7ecdec3c2ef66255c3eb487bb668227049a45ec"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "802425aef80bbd1a9352c23bb7ecdec3c2ef66255c3eb487bb668227049a45ec"
sha256 cellar: :any_skip_relocation, arm64_ventura: "802425aef80bbd1a9352c23bb7ecdec3c2ef66255c3eb487bb668227049a45ec"
sha256 cellar: :any_skip_relocation, sonoma: "386c4b6c054a8b439f2fcf4253f26b26449d1ddd7d5a69904d4758b564f5178f"
sha256 cellar: :any_skip_relocation, ventura: "386c4b6c054a8b439f2fcf4253f26b26449d1ddd7d5a69904d4758b564f5178f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "802425aef80bbd1a9352c23bb7ecdec3c2ef66255c3eb487bb668227049a45ec"
end

depends_on "node"
Expand Down Expand Up @@ -41,7 +41,7 @@ def install

testpath.install resource("homebrew-streetlights-mqtt.yml")
output = shell_output("#{bin}/spectral lint -r #{test_config} #{testpath}/streetlights-mqtt.yml")
assert_match "6 problems (0 errors, 6 warnings, 0 infos, 0 hints)", output
assert_match "7 problems (0 errors, 6 warnings, 1 info, 0 hints)", output

assert_match version.to_s, shell_output("#{bin}/spectral --version")
end
Expand Down

0 comments on commit f493335

Please sign in to comment.