Skip to content

Replace position-based recipe implementation with marker-based approach #95

@Anmol202005

Description

@Anmol202005

Currently, our recipe implementation is position-based - recipes are applied when violations are detected at specific positions. However, this creates issues because violation positions change after each recipe is implemented.

Replace the position-based approach with a marker-based system:

  • Before implementing fixes: Visit each violation and attach a unique marker to it
  • During recipe implementation: Work with markers instead of positions, making the system more robust to position changes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions