Skip to content

Commit

Permalink
allowed digits and updated camel case back to error as this got rid o…
Browse files Browse the repository at this point in the history
…f most errors
  • Loading branch information
EthanHonzikSPS committed Jul 16, 2024
1 parent 37ebd1d commit 3932bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rulesets/src/naming.ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rules:

##### Property Names #####
sps-camel-case-properties:
description: Property names and acronyms SHOULD be in camelCase.
severity: warn
description: Property names and acronyms MUST be in camelCase.
severity: error
formats: [oas3]
given: "$..properties.*~"
then:
Expand Down

0 comments on commit 3932bc8

Please sign in to comment.