Skip to content

Commit

Permalink
chore(release): 1.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.2](v1.13.1...v1.13.2) (2024-08-20)

### Bug Fixes

* camel case function ([#90](#90)) ([a1e57d5](a1e57d5))
  • Loading branch information
semantic-release-bot committed Aug 20, 2024
1 parent a1e57d5 commit 41d7ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sps-api-standards.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ rules:
formats: [oas3]
given: "$..properties.*~"
then:
function: casing
function: pattern
functionOptions:
type: camel
match: ^[a-z][a-z0-9]*(([A-Z]{2}|[A-Z])[a-z0-9]+)*$
sps-disallowed-prepositions:
description: Property names SHOULD NOT include prepositions (e.g. "for", "during", "at", etc.)
severity: warn
Expand Down

0 comments on commit 41d7ace

Please sign in to comment.