CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

clang-tidy support is needed #63

Closed spirosmaggioros closed 2 days ago

spirosmaggioros commented 4 days ago

We currently need a clang-tidy support to check codestyle and typical errors in the code. It is suggested by a lot of people, i have a problem with actually adding build + run of clang-tidy in a .yml file to run automatically for every push.

spirosmaggioros commented 2 days ago

This is closed as i added clang-tidy support