-
Notifications
You must be signed in to change notification settings - Fork 15
Add Clang Formatting Script as a Git Commit Hook #533
Copy link
Copy link
Labels
docs/toolingDocumentation/development/deployment tools which improve the developers' and users' experienceDocumentation/development/deployment tools which improve the developers' and users' experienceenhancementNext stage development or improvement of an existing feature or utility.Next stage development or improvement of an existing feature or utility.good first issueGood issue for new developers looking to explore and contribute to the codebaseGood issue for new developers looking to explore and contribute to the codebasenice-to-haveGood feature/modification, but it doesn't impact the current state of the project's development.Good feature/modification, but it doesn't impact the current state of the project's development.
Description
Metadata
Metadata
Assignees
Labels
docs/toolingDocumentation/development/deployment tools which improve the developers' and users' experienceDocumentation/development/deployment tools which improve the developers' and users' experienceenhancementNext stage development or improvement of an existing feature or utility.Next stage development or improvement of an existing feature or utility.good first issueGood issue for new developers looking to explore and contribute to the codebaseGood issue for new developers looking to explore and contribute to the codebasenice-to-haveGood feature/modification, but it doesn't impact the current state of the project's development.Good feature/modification, but it doesn't impact the current state of the project's development.
Type
Fields
No fields configured for Feature.
Projects
StatusShow more project fields
🤷♂️ Needs Triage
As described in the title, make the
./scripts/format_source.sh --dry-run --Werrorcheck as part of the git commit hooks. It should reject commit attempts if any*.cpp/*.hfile in the project is not Clang-formatted.