Skip to content

Commit f2e70a3

Browse files
committed
show flow type
1 parent 1c7590c commit f2e70a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/flow/scan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export default class scan extends SfdxCommand {
169169
for (const lintResultKey in lintResultsOrdered) {
170170
const lintResultFlow = lintResultsOrdered[lintResultKey];
171171
this.ux.log(`== ${c.blue(c.bold(lintResultKey))} ==`)
172+
this.ux.log(`${c.blue(c.italic('Flow type: ' + scanResults.find(res => res.flow.name === lintResultKey).flow.type))}`)
172173
this.ux.log('');
173174
for (const lintResult of lintResultFlow) {
174175
this.ux.log(`${c.yellow(lintResult.severity.toUpperCase() + ' ' + c.bold(lintResult.ruleName))}`);

0 commit comments

Comments
 (0)