Dandandan commented on code in PR #21171: URL: https://github.com/apache/datafusion/pull/21171#discussion_r2993599119
########## AGENTS.md: ########## @@ -15,6 +15,24 @@ Before committing any changes, you MUST follow the instructions in and ensure the required checks listed there pass. Do not commit code that fails any of those checks. +At a minimum, you MUST run and fix any errors from these commands before +committing: + +```bash +# Format code +cargo fmt --all Review Comment: Ah yeah I was suggesting this in https://github.com/apache/datafusion/pull/20970#discussion_r2944322744 At least Claude will only read AGENTS.md at start so you have to put it there (for now). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
