fprime/release.clang-tidy
Johan Bertrand eb518e9f1d
Update of clang tidy checks (#2710)
* Add clang tidy check on braces

* Merge clang-tidy files

* Add documentation and clang-tidy revert changes
2024-05-02 11:34:52 -07:00

7 lines
116 B
Plaintext

# Clang-tidy configuration used only for flight code
Checks: >
-*,
misc-no-recursion
WarningsAsErrors: '*'