IBM / openapi-validator

Configurable and extensible validator/linter for OpenAPI documents
Apache License 2.0
481 stars 88 forks source link

fix(ibm-schema-casing-convention): allow capitalized acronyms #638

Closed dpopp07 closed 11 months ago

dpopp07 commented 11 months ago

It is a common convention to allow capitalized acronyms in schema names, like IAMCredentialsSecret. Spectral's casing function does not provide us with the flexibility to support this outright, so this PR adjusts the schema casing convention check to use a regular expression instead (the one used in the old, pre-Spectral validator).

ibm-devx-sdk commented 11 months ago

:tada: This PR is included in version 1.14.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 11 months ago

:tada: This PR is included in version 1.14.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 6 months ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket: