Skip to content

Commit

Permalink
Add Vacuum API linter configuration and rules
Browse files Browse the repository at this point in the history
  • Loading branch information
KarbonStuartK committed Sep 22, 2024
1 parent 8118f43 commit 3574327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vacuum-rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: [[spectral:oas, recommended]]
rules:
paths-kebab-case: false
description-duplication: false
severity: error
oas3-missing-example: false
1 change: 1 addition & 0 deletions vacuum.conf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruleset: "vacuum-rules.yaml"

0 comments on commit 3574327

Please sign in to comment.