Skip to content

Commit 8828215

Browse files
committed
update ipa file
1 parent 4141ceb commit 8828215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/spectral/ipa/metrics/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const dirname = path.dirname(fileURLToPath(import.meta.url));
55
const rootDir = path.resolve(dirname, '../../../../');
66

77
const config = {
8-
defaultOasFilePath: path.join(rootDir, 'openapi', 'v2.json'),
8+
defaultOasFilePath: path.join(rootDir, 'openapi', '.raw', 'v2.json'),
99
defaultRulesetFilePath: path.join(dirname, '..', 'ipa-spectral.yaml'),
1010
defaultCollectorResultsFilePath: path.join(dirname, 'scripts', 'ipa-collector-results-combined.log'),
1111
defaultOutputsDir: path.join(dirname, 'outputs'),

0 commit comments

Comments
 (0)