Skip to content

Commit

Permalink
Update camara-casing-convention.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Oct 31, 2023
1 parent fd38524 commit 3a8f716
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lint_function/camara-casing-convention.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ export default async function (input) {
if (!isCamelCase(operation.operationId)) {
console.log(`WARN: Operation ID "${operation.operationId}" in path "${path}" does not follow camel case convention.`);
}
else {
console.log("Inside camel case else" +operation.operationId);
}
}
else {
console.log("Inside operationId case else" +operation.operationId);
}
}
}
Expand Down

0 comments on commit 3a8f716

Please sign in to comment.