fprime/.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

12 lines
377 B
YAML

# Clang-tidy configuration used on the whole code base, including tests and flight code
Checks: >
bugprone-unhandled-self-assignment,
modernize-deprecated-headers,
modernize-redundant-void-arg,
modernize-use-bool-literals,
modernize-use-nullptr,
readability-braces-around-statements
-clang-analyzer-security.insecureAPI.rand,
WarningsAsErrors: '*'