I've setup my Unity project upon Jenkins (continous integration server) and configured it to check some of unit tests. It works fine, but last thing I want to include in CI, is code quality measurment (static code analyze). There are tools for C# like fxcop, StyleCop or StyleCop+ but it seems that they are only working with Visual Studio projects. Any help in that case?
↧