yacreader icon indicating copy to clipboard operation
yacreader copied to clipboard

Add automatic code analysis to our CI

Open selmf opened this issue 5 years ago • 0 comments

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

selmf avatar Jul 12 '20 09:07 selmf