Skip to content

Commit 10f06e4

Browse files
test
1 parent 2dd6f01 commit 10f06e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/spectral/ipa/rulesets/functions/IPA112AvoidProjectFieldNames.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const RULE_NAME = 'xgen-IPA-112-avoid-project-field-names';
1313
export default (input, options, { path, documentInventory }) => {
1414
const oas = documentInventory.resolved;
1515
const property = resolveObject(oas, path);
16+
console.log(input);
1617

1718
if (hasException(property, RULE_NAME)) {
1819
collectException(property, RULE_NAME, path);

0 commit comments

Comments
 (0)