mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
* Add clang tidy check on braces * Merge clang-tidy files * Add documentation and clang-tidy revert changes
12 lines
377 B
YAML
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: '*'
|