yacreader
yacreader copied to clipboard
Add automatic code analysis to our CI
We should use static code analysis to check for errors in our codebase and especially new commits and pull requests. There are several options available:
- Clang static analyzer
- Clazy static analyzer (this one is specifically written for Qt based code)
- Cppcheck
- Some proprietary services like Coverity that offer free checking to OpenSource projects