mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #564] [enhancement] Added Clang tidy based static code analysis and formatting #992
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/564
State: closed
Merged: Yes
Description of Change
Benefits of clang-tidy:
Moved git-push to after all checks.
References
Similar implementation for C++ repo:
https://github.com/TheAlgorithms/C-Plus-Plus/pull/943 and
https://github.com/TheAlgorithms/C-Plus-Plus/pull/947
List of all checks available: https://clang.llvm.org/extra/clang-tidy/checks/list.html
Checklist
Notes: