Skip to content

Commit

Permalink
feat: move rule to base oas ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Aug 26, 2019
1 parent 8c6c7fb commit 61939f5
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 245 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/linter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ responses:: !!foo
});

test('should report ref siblings', async () => {
await spectral.loadRuleset('spectral:oas3');
await spectral.loadRuleset('spectral:oas');

const results = await spectral.run({
$ref: '#/',
Expand Down
Loading

0 comments on commit 61939f5

Please sign in to comment.