Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2022-08-09)

### Bug Fixes

* sps-no-numeric-ids - use of invalid match function error. ([#29](#29)) ([a612efe](a612efe))
  • Loading branch information
semantic-release-bot committed Aug 9, 2022
1 parent a612efe commit 8c88147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sps-api-standards.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rules:
sps-no-numeric-ids:
description: Avoid exposing IDs as an integer, UUIDs or other interoperable strings are preferred.
severity: warn
given: $.paths..parameters[*].[?(@property === "name" && (@ === "id" || @.match(/(_id|Id)$/)))]^.schema
given: $.paths..parameters[*].[?(@property === "name" && (@ === "id" || @ === "ID" || @ === "Id"))]^.schema
then:
function: schema
functionOptions:
Expand Down

0 comments on commit 8c88147

Please sign in to comment.