winft / wrapland

Qt/C++ library wrapping libwayland
GNU Lesser General Public License v2.1
6 stars 2 forks source link

Speed up clang-tidy on CI #64

Open romangg opened 4 years ago

romangg commented 4 years ago

Problem

The clang-tidy checks are great but they take quite some time. Let's inspect if we can reduce the duration.

Solution ideas