cijiugechu commented on PR #2840: URL: https://github.com/apache/iggy/pull/2840#issuecomment-3998427573
> We use `prek` for pre-commit hooks, you can try using it by installing prek and then running `prek install` and see if it will run the formatters properly, otherwise I have no idea why this is failing @hubcio I think I’ve figured out the cause: `cargo-sort` and `taplo` have conflicting sorting rules—one expects `features` to be multi-line, while the other expects `features` to be single-line. As a result, `rmcp`, `compio`, and `opentelemetry-otlp` were affected. When `prek` runs in a different order, it leads to inconsistent final formatting results. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
