We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c8663 commit 38988a5Copy full SHA for 38988a5
packages/rulesets/src/oas/__tests__/openapi-server-variables.test.ts renamed to packages/rulesets/src/oas/__tests__/oas3-server-variables.test.ts
@@ -1,7 +1,7 @@
1
import { DiagnosticSeverity } from '@stoplight/types';
2
import testRule from './__helpers__/tester';
3
4
-testRule('openapi-server-variables', [
+testRule('oas3-server-variables', [
5
{
6
name: 'valid case',
7
document: {
packages/rulesets/src/oas/index.ts
@@ -692,7 +692,7 @@ const ruleset = {
692
function: oasUnusedComponent,
693
},
694
695
- 'openapi-server-variables': {
+ 'oas3-server-variables': {
696
description: 'Server variables must be defined and valid and there must be no redundant variables.',
697
message: '{{error}}',
698
severity: 0,
0 commit comments