I use Visual Studio 2010 Premium Code Analysis (CA) capabilities and force them at every compile with my projects while also showing warnings as errors, so I keep my code nice and well... better.
But.
Since this CA is very nice and all I wouldn't want to use StyleCop as well. Because StyleCop gives me code style specification that CA doesn't.
Question
I was wondering whether it's possible to merge rules from StyleCop to CA?
That would be best, so also enforce code style while also checking code itself.