Commit f4901dc
committed
feat: Remove Rule column from findings table for cleaner display
Removes the Rule column from findings table to simplify the view and reduce
redundancy with the Message column. Rule ID is still available in:
- Detailed finding view (ff finding show <run-id> --id <finding-id>)
- By-rule grouping command (ff findings by-rule <run-id> --rule <rule-id>)
Changes:
- Removed 'Rule' column from table structure
- Removed rule_text extraction and styling logic
- Expanded Message column from 35 to 50 chars (more space available)
- Expanded Location column from 18 to 20 chars
- Table now shows: ID | Severity | Message | Found By | Location
Benefits:
- Cleaner, more scannable table
- Message column has more room to show details
- Less visual clutter while maintaining all functionality1 parent 1bbaf18 commit f4901dc
1 file changed
+3
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | | - | |
| 603 | + | |
605 | 604 | | |
606 | | - | |
| 605 | + | |
607 | 606 | | |
608 | 607 | | |
609 | 608 | | |
| |||
649 | 648 | | |
650 | 649 | | |
651 | 650 | | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | 651 | | |
656 | | - | |
| 652 | + | |
657 | 653 | | |
658 | 654 | | |
659 | 655 | | |
| |||
664 | 660 | | |
665 | 661 | | |
666 | 662 | | |
667 | | - | |
668 | 663 | | |
669 | 664 | | |
670 | 665 | | |
| |||
0 commit comments