SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.19k stars 509 forks source link

Turn off cpplint and cppcheck options but test them in CI #487

Open SRombauts opened 3 weeks ago

SRombauts commented 3 weeks ago

Disable running cpplint and cppcheck tools by default Add Github Actions to run them on CI

Fix #452 First time build fails on Windows with MSVC due to carriage return characters