yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Use clang-tidy for CI purposes #162

Open GeorgyKirichenko opened 2 months ago

GeorgyKirichenko commented 2 months ago

We should choose one of C++ coding guidelines and then enable clang-tidy checker for the project

TheRandomCharacter commented 2 months ago

We should also make all the changes to .clang-format in the same PR as for clang-tidy, as both will require massive styling related changes to code base when enforced.

TheRandomCharacter commented 2 months ago