• v0.1.1 81ca1810f1

    Move per-rule user options onto their owning rules
    All checks were successful
    continuous-integration/drone/tag Build is passing
    continuous-integration/drone/push Build is passing

    nemunaire released this 2026-05-19 13:52:18 +00:00 | 0 commits to master since this release

    Each of the seven user options was read by exactly one rule, so expose
    them via CheckRuleWithOptions instead of the checker-wide UserOpts list.
    This keeps each rule's configuration colocated with its evaluation
    logic.

    Downloads