Skip to content

Commit db29c77

Browse files
author
David Hasani
committed
remove redundant comment
1 parent 39d9341 commit db29c77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/service/transformByQ/transformFileHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ export function validateCustomVersionsFile(fileContents: string) {
153153
}
154154

155155
// return an error message, or undefined if item is valid
156-
// validate each dependency and plugin: identifier should be in format groupId:artifactId and originType should be FIRST_PARTY or THIRD_PARTY
157156
function validateItem(item: any, validOriginTypes: string[] = ['FIRST_PARTY', 'THIRD_PARTY']) {
158157
if (!/^[^\s:]+:[^\s:]+$/.test(item.identifier)) {
159158
getLogger().info(`CodeTransformation: Invalid identifier format: ${item.identifier}`)

0 commit comments

Comments
 (0)