-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
bugSomething isn't workingSomething isn't workingdevopsRelated to DevOps infrastructure of the CoreRelated to DevOps infrastructure of the Coregood first issueGood for newcomersGood for newcomers
Description
🐛 Bug Report
Fix pre-commit-clang-format
git hook to detect clang on windows and add v15 to the major version list.
Expected Behavior
Current Behavior
Clang-format is not detected even being installed already
Possible Solution
For adding v15 just add it to the this line https://github.com/metacall/core/blob/develop/githooks/pre-commit-clang-format#L27
Regarding the hook not detecting the clang-format executable, the current script is in bash if it could be ported to a .bat
or .ps1
script for windows.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdevopsRelated to DevOps infrastructure of the CoreRelated to DevOps infrastructure of the Coregood first issueGood for newcomersGood for newcomers