richelbilderbeek / correct_cpp

C++ course using all tools to deliver quality code
GNU General Public License v3.0
3 stars 27 forks source link

Add CodeChecker #2

Closed richelbilderbeek closed 6 years ago

richelbilderbeek commented 6 years ago

Add CodeChecker.

Thanks to lefticus's cppbestpractices GitHub

richelbilderbeek commented 6 years ago

Created a Travis CI minimal example here.

richelbilderbeek commented 6 years ago

I have no reject_ examples that go undetected. When these surface, I consider adding CodeChecker again. Up until now, I feel the increased build time is not worth the potentially extra errors spotted.