Skip to content

Commit 5127b95

Browse files
author
Enda
authored
chore: disable operation-tags rule (#6)
1 parent adc8ab2 commit 5127b95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spectral/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rhoas/spectral-ruleset",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Spectral ruleset",
55
"private": false,
66
"main": "ruleset.yaml",

spectral/ruleset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ functions:
77
- schemaDefinition
88
rules:
99
openapi-tags: off
10+
operation-tags: off
1011

1112
oas3minimum:
1213
given: "$"

0 commit comments

Comments
 (0)