tangrams / tangram-es

2D and 3D map renderer using OpenGL ES
MIT License
822 stars 239 forks source link

Static analysis from CI #1566

Open karimnaaji opened 7 years ago

karimnaaji commented 7 years ago

We periodically run static analysis manually, it would be beneficial to have it integrated with our build system running through CI, with possibly email notification on master builds.

Some options:

matteblair commented 7 years ago

And of course the clang static analyzer: http://clang-analyzer.llvm.org/scan-build.html

tallytalwar commented 6 years ago

Including this in 0.9.1, will be a good one to end the year on and start the new year with a hope to have more robust code :D.