Skip to content
Snippets Groups Projects

Add clang-tidy documentation

Merged Naida Goro requested to merge clang-tidy-documentation into develop
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
@@ -253,6 +253,16 @@ To format the code using ClangFormat, run the following command in the terminal:
Replace `[source_file(s)]` with the path(s) to the file(s) to format. The `-i` option tells ClangFormat to modify the files in-place.
ClangTidy
-----------
Supported Version: 14.0.6
To ensure code quality and adherence to coding standards, ClangTidy is recommended.
The used checks are located in the :download:`.clang-tidy <@OP_REL_ROOT@/.clang-tidy>` file, where lines starting with ``-`` are checks that have been deactivated.
For more details, visit the `ClangTidy official page <https://clang.llvm.org/extra/clang-tidy/#using-clang-tidy>`_.
Commit Message Guidelines
-------------------------
Loading