From 5a29a5495fae7b71c08492a8ede89f4c5afb493d Mon Sep 17 00:00:00 2001 From: Matt Condon Date: Fri, 3 Oct 2025 12:22:14 +0100 Subject: [PATCH] chore: Update README.md to mention `ipa-collector-results-combined.log` --- tools/spectral/ipa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/spectral/ipa/README.md b/tools/spectral/ipa/README.md index a048c3ecb1..e317e5d5a9 100644 --- a/tools/spectral/ipa/README.md +++ b/tools/spectral/ipa/README.md @@ -30,7 +30,7 @@ To run the IPA validation locally, install necessary dependencies with `npm inst npm run ipa-validation ``` -This command will run Spectral CLI for the ruleset [ipa-spectral.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/ipa-spectral.yaml) on the raw [v2.yaml](https://github.com/mongodb/openapi/blob/main/openapi/.raw/v2.yaml) OpenAPI spec and generate . +This command will run Spectral CLI for the ruleset [ipa-spectral.yaml](https://github.com/mongodb/openapi/blob/main/tools/spectral/ipa/ipa-spectral.yaml) on the raw [v2.yaml](https://github.com/mongodb/openapi/blob/main/openapi/.raw/v2.yaml) OpenAPI spec and generate `ipa-collector-results-combined.log`. ## Integrating IPA Validations