Skip to content

Commit 7191811

Browse files
refactor getToolName method
1 parent 92b4e2e commit 7191811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/analyze.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ func getToolName(toolName string, version string) string {
293293
return codacyToolName
294294
}
295295

296-
// 3. Default: Return the original tool name if no map or version matches
296+
// Default: Return the original tool name if no map or version matches
297297
return toolName
298298
}
299299

0 commit comments

Comments
 (0)