mozga-intel opened a new pull request #20433: URL: https://github.com/apache/incubator-mxnet/pull/20433
## Description ## There is used clang-format tool to perform additional formatting and semantic checking of code. This pull request contains a pre-commit git hook, a git-pre-commit file, (Related to: #20406, #20356 #20429) Since clang-format needs to be installed with an appropriate configuration, the file with the requirements has to be run: After that, we need to set up a symbolic link to a given file: To create a symbolic link to a given file, open your terminal and type: ``` ln -s ../../tools/git-pre-commit .git/hooks/pre-commit ``` If you have not set up the pre-commit hooks, you can run it locally in your local branch. ## Checklist ## ### Essentials ### - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [ ] Changes are complete (i.e. I finished coding on this PR) - [ ] All changes have test coverage - [ ] Code is well-documented ### Changes ### - [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc) ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here -- 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]
