File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
fontspector-cli/src/reporters Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ impl Reporter for TerminalReporter {
75
75
println ! ( " Section: {:}\n " , sectionname) ;
76
76
sectionheading_done = true ;
77
77
}
78
+ println ! ( ">> {:}" , result. check_id) ;
79
+ if args. verbose > 1 {
80
+ println ! ( " {:}" , result. check_name) ;
81
+ termimad:: print_inline ( & format ! (
82
+ "Rationale:\n \n ```\n {}\n ```\n " ,
83
+ result. check_rationale
84
+ ) ) ;
85
+ }
78
86
for subresult in subresults {
79
- println ! ( ">> {:}" , result. check_id) ;
80
- if args. verbose > 1 {
81
- println ! ( " {:}" , result. check_name) ;
82
- termimad:: print_inline ( & format ! (
83
- "Rationale:\n \n ```\n {}\n ```\n " ,
84
- result. check_rationale
85
- ) ) ;
86
- }
87
87
termimad:: print_inline ( & format ! ( "{:}\n " , subresult) ) ;
88
88
}
89
89
match & result. hotfix_result {
You can’t perform that action at this time.
0 commit comments