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
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
# Clang-tidy configuration used only for flight code
|
|
|
|
Checks: >
|
|
-*,
|
|
misc-no-recursion
|
|
WarningsAsErrors: '*'
|