Actions
Task #3837
open
RF
EL
Investigate clang-tidy usage to enforce coding standards
Task #3837:
Investigate clang-tidy usage to enforce coding standards
Effort:
Difficulty:
Label:
Description
We shall investigate using clang-tidy to enforce coding style guide that cannot be done with clang-format. It can also be used to enforce some "best practices".
Limitation of clang-format is that it only reformats code. clang-tidy can be used to e.g. enforce "always use brace for if()".
Actions