SimaticResearchActivity / FBAE

Framework for Broadcast Algorithms Evaluation
GNU Affero General Public License v3.0
0 stars 1 forks source link

Force Visual Studio users to use Clang-tidy as CLion users already do #74

Open simatic opened 2 months ago

simatic commented 2 months ago

Clang-tidy is activated by default in CLion when editing C++ code. It is not the case for Visual Studio users. So FABE contributions may not be consistent (even though we already ask users to install SonarLint plugin).

So we should add a CMakeSettings.json file at the top directory, following this documentation. Note : "clangTidyChecks": must contain the same checks as those used by CLion.

Open question: Should we add a .clang-tidy file in order to be sure that all IDEs use the sale Clang-tidy configuration?