Skip to content

Commit

Permalink
Updated spectral rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikesh Vyas committed Sep 30, 2023
1 parent 39439c8 commit c0fc751
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .spectral.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
extends: [[spectral:oas, off]]
rules:
duplicated-entry-in-enum: true
no-eval-in-markdown: true
no-script-tags-in-markdown: true
openapi-tags-uniqueness: true
operation-operationId-unique: true
path-declarations-must-exist: true
operation-success-response: true
path-keys-no-trailing-slash: true
path-params: true
path-keys-no-trailing-slash: true
typed-enum: true
oas3-schema: true

0 comments on commit c0fc751

Please sign in to comment.