You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not uncommon to use a file (or a set of files) that acts as a "library" of reusable things.
When an error happens in that file, it looks like it gets reported multiple times.
OpenAPI 3.x detected
OpenAPI 3.x detected
OpenAPI 3.x detected
OpenAPI 3.x detected
c:/repro/lib.yaml
21:16 error valid-schema-example-in-content "schema.example" property type should be integer
21:16 error valid-schema-example-in-content "schema.example" property type should be integer
21:16 error valid-schema-example-in-content "schema.example" property type should be integer
21:16 error valid-example-in-schemas "Test.example" property type should be integer
✖ 4 problems (4 errors, 0 warnings, 0 infos, 0 hints)
Expected behavior
Deduplicating the errors would
Reduce the noise from the report and make it easier to work through
Reduce the number of true root-cause errors (and potentially help reducing the stress level of the average middle manager inspecting some random KPIs)
Environment (remove any that are not applicable):
Library version: 4.2.0
OS: Windows 3.11 (nah... I'm just kidding)
The text was updated successfully, but these errors were encountered:
Describe the bug
It's not uncommon to use a file (or a set of files) that acts as a "library" of reusable things.
When an error happens in that file, it looks like it gets reported multiple times.
To Reproduce
repro/lib.yaml
repro/A.yaml
repro/B.yaml
repro/C.yaml
Note: A.yaml, B.yaml and C.yaml share the same content for sake of easily building a repro case.
Expected behavior
Deduplicating the errors would
Environment (remove any that are not applicable):
The text was updated successfully, but these errors were encountered: