Azure / azure-api-style-guide

Spectral rules to check conformance to Azure API Guidelines
MIT License
45 stars 21 forks source link

Add naming-convention rules for datetime and boolean #126

Closed mikekistler closed 1 year ago

mikekistler commented 1 year ago

This PR is a new implementation of the date-time and boolean naming convention rules, with a new custom function that should make naming convention rules much easier to implement going forward. It also allows a single rule for both properties and parameters, and it works across oas2 and oas3.