

┌─────────────────┐
│ 6 Code Findings │
└─────────────────┘

    targets/autofix/order.py
    ❯❱ rules.autofix.slice-ab
          slice a-b matches

           ▶▶┆ Autofix ▶ replaced_lines_a_to_b_OK
            5┆ replaced_lines_a_to_b_OK

    ❯❱ rules.autofix.a-slice-bc
          slice b-c matches

           ▶▶┆ Autofix ▶ replaced_lines_b_to_c_BAD
            6┆ b
            7┆ c

    ❯❱ rules.autofix.z-slice-bc
          slice b-c matches

           ▶▶┆ Autofix ▶ replaced_lines_b_to_c_OK
            6┆ b
            7┆ c

    ❯❱ rules.autofix.slice-df
          slice d-f matches

           ▶▶┆ Autofix ▶ replaced_lines_d_to_f_OK
            8┆ replaced_lines_d_to_f_OK

    ❯❱ rules.autofix.slice-eg
          slice e-g matches

           ▶▶┆ Autofix ▶ replaced_lines_e_to_g_BAD
            9┆ e
           10┆ f
           11┆ g

    ❯❱ rules.autofix.slice-gh
          slice g-h matches

           ▶▶┆ Autofix ▶ replaced_lines_g_to_h_OK
           11┆ replaced_lines_g_to_h_OK

